Html Css Color HEX #76767F Dolphin

📋 copy color: '#76767F'

red 118 ◦ green 118 ◦ blue 127

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

Shades of Dolphin #76767F

Tints of Dolphin #76767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 32.51%
G = 32.51%
B = 34.99%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76767F (or 0x76767F) is known color: Dolphin. HEX triplet: 76, 76 and 7F. RGB value is (118,118,127). Sum of RGB (Red+Green+Blue) = 118+118+127=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 127 - color contains mainly: blue. Hex color #76767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76767F is #898980. Grayscale: #767676. Windows color (decimal): -9013633 or 8353398. OLE color: 8353398.

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

Color convert

RGB 118 118 127 -
CMYK 0.07 0.07 0 0.50
HSL 240º 0.04% 0.48% -
HSV(B) 240º 0.07% 0.5% -
XYZ 17.78 18.34 22.68 -
YUV 119.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 118 118 127 0.07 0.07 0 0.50 240 0.04 0.48
Hex 76 76 7F 7 7 0 32 F0 4 30
Octal 166 166 177 7 7 0 62 360 4 60
Binary 1110110 1110110 1111111 111 111 0 110010 11110000 100 110000

Color Harmonies of #76767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76767F

Black with #76767F

Text Example


Text Example

White with #76767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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