Html Css Color HEX #767561 Kokoda

📋 copy color: '#767561'

red 118 ◦ green 117 ◦ blue 97

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

Shades of Kokoda #767561

Tints of Kokoda #767561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.22%

R = 35.54%
G = 35.24%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#767561 (or 0x767561) is known color: Kokoda. HEX triplet: 76, 75 and 61. RGB value is (118,117,97). Sum of RGB (Red+Green+Blue) = 118+117+97=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #767561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767561 is #898A9E. Grayscale: #737373. Windows color (decimal): -9013919 or 6387062. OLE color: 6387062.

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

Color convert

RGB 118 117 97 -
CMYK 0 0.01 0.18 0.54
HSL 57.14º 0.1% 0.42% -
HSV(B) 57.14º 0.18% 0.46% -
XYZ 15.99 17.44 13.83 -
YUV 115.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 118 117 97 0 0.01 0.18 0.54 57.14 0.1 0.42
Hex 76 75 61 0 1 12 36 39 A 2A
Octal 166 165 141 0 1 22 66 71 12 52
Binary 1110110 1110101 1100001 0 1 10010 110110 111001 1010 101010

Color Harmonies of #767561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767561

Black with #767561

Text Example


Text Example

White with #767561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767561; }

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

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

background-color css

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

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

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

border-color css

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

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

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