Html Css Color HEX #767564 Kokoda

📋 copy color: '#767564'

red 118 ◦ green 117 ◦ blue 100

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

Shades of Kokoda #767564

Tints of Kokoda #767564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.85%

R = 35.22%
G = 34.93%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#767564 (or 0x767564) is known color: Kokoda. HEX triplet: 76, 75 and 64. RGB value is (118,117,100). Sum of RGB (Red+Green+Blue) = 118+117+100=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #767564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767564 is #898A9B. Grayscale: #737373. Windows color (decimal): -9013916 or 6583670. OLE color: 6583670.

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

Color convert

RGB 118 117 100 -
CMYK 0 0.01 0.15 0.54
HSL 56.67º 0.08% 0.43% -
HSV(B) 56.67º 0.15% 0.46% -
XYZ 16.13 17.49 14.58 -
YUV 115.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 118 117 100 0 0.01 0.15 0.54 56.67 0.08 0.43
Hex 76 75 64 0 1 F 36 39 8 2B
Octal 166 165 144 0 1 17 66 71 10 53
Binary 1110110 1110101 1100100 0 1 1111 110110 111001 1000 101011

Color Harmonies of #767564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767564

Black with #767564

Text Example


Text Example

White with #767564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767564; }

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

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

background-color css

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

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

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

border-color css

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

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

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