Html Css Color HEX #767560 Kokoda

📋 copy color: '#767560'

red 118 ◦ green 117 ◦ blue 96

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

Shades of Kokoda #767560

Tints of Kokoda #767560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29%

R = 35.65%
G = 35.35%
B = 29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#767560 (or 0x767560) is known color: Kokoda. HEX triplet: 76, 75 and 60. RGB value is (118,117,96). Sum of RGB (Red+Green+Blue) = 118+117+96=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #767560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767560 is #898A9F. Grayscale: #727272. Windows color (decimal): -9013920 or 6321526. OLE color: 6321526.

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

Color convert

RGB 118 117 96 -
CMYK 0 0.01 0.19 0.54
HSL 57.27º 0.1% 0.42% -
HSV(B) 57.27º 0.19% 0.46% -
XYZ 15.94 17.42 13.59 -
YUV 114.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 118 117 96 0 0.01 0.19 0.54 57.27 0.1 0.42
Hex 76 75 60 0 1 13 36 39 A 2A
Octal 166 165 140 0 1 23 66 71 12 52
Binary 1110110 1110101 1100000 0 1 10011 110110 111001 1010 101010

Color Harmonies of #767560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767560

Black with #767560

Text Example


Text Example

White with #767560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767560; }

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

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

background-color css

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

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

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

border-color css

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

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

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