Html Css Color HEX #767389 Dolphin

📋 copy color: '#767389'

red 118 ◦ green 115 ◦ blue 137

#767389
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #767389

Tints of Dolphin #767389

RGB

 RED value IS 118 (46.48% from 255) = 31.89%

 GREEN value IS 115 (45.31% from 255) = 31.08%

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 31.89%
G = 31.08%
B = 37.03%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#767389 (or 0x767389) is known color: Dolphin. HEX triplet: 76, 73 and 89. RGB value is (118,115,137). Sum of RGB (Red+Green+Blue) = 118+115+137=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #767389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767389 is #898C76. Grayscale: #767676. Windows color (decimal): -9014391 or 9007990. OLE color: 9007990.

HSL color Cylindrical-coordinate representation of color #767389: hue angle of 248.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767389 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 115 137 -
CMYK 0.14 0.16 0 0.46
HSL 248.18º 0.09% 0.49% -
HSV(B) 248.18º 0.16% 0.54% -
XYZ 18.12 17.92 26.17 -
YUV 118.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 118 115 137 0.14 0.16 0 0.46 248.18 0.09 0.49
Hex 76 73 89 E 10 0 2E F8 9 31
Octal 166 163 211 16 20 0 56 370 11 61
Binary 1110110 1110011 10001001 1110 10000 0 101110 11111000 1001 110001

Color Harmonies of #767389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767389

Black with #767389

Text Example


Text Example

White with #767389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767389; }

 p { color: rgb(118,115,137); }

 H1.HeaderClassName
 {
   color: #767389;
 }
 .AnyTagClassName
 {
   color: #767389;
 }
</style>

background-color css

<style>
 a { background-color: #767389; }

 a { background-color: rgb(118,115,137); }

 div.DivClassName
 {
   background-color: #767389;
 }
 .BgClassName
 {
   background-color: #767389;
 }
</style>

border-color css

<style>
 span { border-color: #767389; }

 span { border-color: rgb(118,115,137); }

 td.TdClassName
 {
   border-color: #767389;
 }
 .TagClassName
 {
   border-color: #767389;
 }
</style>