Html Css Color HEX #767586 Dolphin

📋 copy color: '#767586'

red 118 ◦ green 117 ◦ blue 134

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

Shades of Dolphin #767586

Tints of Dolphin #767586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

 BLUE value IS 134 (52.73% from 255) = 36.31%

R = 31.98%
G = 31.71%
B = 36.31%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#767586 (or 0x767586) is known color: Dolphin. HEX triplet: 76, 75 and 86. RGB value is (118,117,134). Sum of RGB (Red+Green+Blue) = 118+117+134=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 134 - color contains mainly: blue. Hex color #767586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767586 is #898A79. Grayscale: #777777. Windows color (decimal): -9013882 or 8811894. OLE color: 8811894.

HSL color Cylindrical-coordinate representation of color #767586: hue angle of 243.53º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #767586 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 117 134 -
CMYK 0.12 0.13 0 0.47
HSL 243.53º 0.07% 0.49% -
HSV(B) 243.53º 0.13% 0.53% -
XYZ 18.14 18.3 25.13 -
YUV 119.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 118 117 134 0.12 0.13 0 0.47 243.53 0.07 0.49
Hex 76 75 86 C D 0 2F F4 7 31
Octal 166 165 206 14 15 0 57 364 7 61
Binary 1110110 1110101 10000110 1100 1101 0 101111 11110100 111 110001

Color Harmonies of #767586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767586

Black with #767586

Text Example


Text Example

White with #767586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767586; }

 p { color: rgb(118,117,134); }

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

background-color css

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

 a { background-color: rgb(118,117,134); }

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

border-color css

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

 span { border-color: rgb(118,117,134); }

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