Html Css Color HEX #76767C Dolphin

📋 copy color: '#76767C'

red 118 ◦ green 118 ◦ blue 124

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

Shades of Dolphin #76767C

Tints of Dolphin #76767C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 32.78%
G = 32.78%
B = 34.44%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76767C (or 0x76767C) is known color: Dolphin. HEX triplet: 76, 76 and 7C. RGB value is (118,118,124). Sum of RGB (Red+Green+Blue) = 118+118+124=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 124 - color contains mainly: blue. Hex color #76767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76767C is #898983. Grayscale: #767676. Windows color (decimal): -9013636 or 8156790. OLE color: 8156790.

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

Color convert

RGB 118 118 124 -
CMYK 0.05 0.05 0 0.51
HSL 240º 0.02% 0.47% -
HSV(B) 240º 0.05% 0.49% -
XYZ 17.59 18.26 21.67 -
YUV 118.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 118 118 124 0.05 0.05 0 0.51 240 0.02 0.47
Hex 76 76 7C 5 5 0 33 F0 2 2F
Octal 166 166 174 5 5 0 63 360 2 57
Binary 1110110 1110110 1111100 101 101 0 110011 11110000 10 101111

Color Harmonies of #76767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76767C

Black with #76767C

Text Example


Text Example

White with #76767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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