Html Css Color HEX #767566 Kokoda

📋 copy color: '#767566'

red 118 ◦ green 117 ◦ blue 102

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

Shades of Kokoda #767566

Tints of Kokoda #767566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 35.01%
G = 34.72%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#767566 (or 0x767566) is known color: Kokoda. HEX triplet: 76, 75 and 66. RGB value is (118,117,102). Sum of RGB (Red+Green+Blue) = 118+117+102=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #767566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767566 is #898A99. Grayscale: #737373. Windows color (decimal): -9013914 or 6714742. OLE color: 6714742.

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

Color convert

RGB 118 117 102 -
CMYK 0 0.01 0.14 0.54
HSL 56.25º 0.07% 0.43% -
HSV(B) 56.25º 0.14% 0.46% -
XYZ 16.23 17.53 15.1 -
YUV 115.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 118 117 102 0 0.01 0.14 0.54 56.25 0.07 0.43
Hex 76 75 66 0 1 E 36 38 7 2B
Octal 166 165 146 0 1 16 66 70 7 53
Binary 1110110 1110101 1100110 0 1 1110 110110 111000 111 101011

Color Harmonies of #767566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767566

Black with #767566

Text Example


Text Example

White with #767566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767566; }

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

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

background-color css

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

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

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

border-color css

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

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

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