Html Css Color HEX #76767E Dolphin

📋 copy color: '#76767E'

red 118 ◦ green 118 ◦ blue 126

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

Shades of Dolphin #76767E

Tints of Dolphin #76767E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 32.6%
G = 32.6%
B = 34.81%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76767E (or 0x76767E) is known color: Dolphin. HEX triplet: 76, 76 and 7E. RGB value is (118,118,126). Sum of RGB (Red+Green+Blue) = 118+118+126=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 126 - color contains mainly: blue. Hex color #76767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76767E is #898981. Grayscale: #767676. Windows color (decimal): -9013634 or 8287862. OLE color: 8287862.

HSL color Cylindrical-coordinate representation of color #76767E: hue angle of 240º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #76767E is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 118 126 -
CMYK 0.06 0.06 0 0.51
HSL 240º 0.03% 0.48% -
HSV(B) 240º 0.06% 0.49% -
XYZ 17.72 18.31 22.34 -
YUV 118.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 118 118 126 0.06 0.06 0 0.51 240 0.03 0.48
Hex 76 76 7E 6 6 0 33 F0 3 30
Octal 166 166 176 6 6 0 63 360 3 60
Binary 1110110 1110110 1111110 110 110 0 110011 11110000 11 110000

Color Harmonies of #76767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76767E

Black with #76767E

Text Example


Text Example

White with #76767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76767E; }

 p { color: rgb(118,118,126); }

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

background-color css

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

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

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

border-color css

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

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

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