Html Css Color HEX #767677 Dolphin

📋 copy color: '#767677'

red 118 ◦ green 118 ◦ blue 119

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

Shades of Dolphin #767677

Tints of Dolphin #767677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 33.24%
G = 33.24%
B = 33.52%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#767677 (or 0x767677) is known color: Dolphin. HEX triplet: 76, 76 and 77. RGB value is (118,118,119). Sum of RGB (Red+Green+Blue) = 118+118+119=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 119 - color contains mainly: blue. Hex color #767677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767677 is #898988. Grayscale: #767676. Windows color (decimal): -9013641 or 7829110. OLE color: 7829110.

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

Color convert

RGB 118 118 119 -
CMYK 0.01 0.01 0 0.53
HSL 240º 0% 0.46% -
HSV(B) 240º 0.01% 0.47% -
XYZ 17.28 18.14 20.04 -
YUV 118.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 118 118 119 0.01 0.01 0 0.53 240 0 0.46
Hex 76 76 77 1 1 0 35 F0 0 2E
Octal 166 166 167 1 1 0 65 360 0 56
Binary 1110110 1110110 1110111 1 1 0 110101 11110000 0 101110

Color Harmonies of #767677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767677

Black with #767677

Text Example


Text Example

White with #767677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767677; }

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

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

background-color css

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

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

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

border-color css

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

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

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