Html Css Color HEX #767562 Kokoda

📋 copy color: '#767562'

red 118 ◦ green 117 ◦ blue 98

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

Shades of Kokoda #767562

Tints of Kokoda #767562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 35.44%
G = 35.14%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#767562 (or 0x767562) is known color: Kokoda. HEX triplet: 76, 75 and 62. RGB value is (118,117,98). Sum of RGB (Red+Green+Blue) = 118+117+98=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #767562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767562 is #898A9D. Grayscale: #737373. Windows color (decimal): -9013918 or 6452598. OLE color: 6452598.

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

Color convert

RGB 118 117 98 -
CMYK 0 0.01 0.17 0.54
HSL 57º 0.09% 0.42% -
HSV(B) 57º 0.17% 0.46% -
XYZ 16.04 17.46 14.08 -
YUV 115.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 118 117 98 0 0.01 0.17 0.54 57 0.09 0.42
Hex 76 75 62 0 1 11 36 39 9 2A
Octal 166 165 142 0 1 21 66 71 11 52
Binary 1110110 1110101 1100010 0 1 10001 110110 111001 1001 101010

Color Harmonies of #767562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767562

Black with #767562

Text Example


Text Example

White with #767562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767562; }

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

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

background-color css

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

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

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

border-color css

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

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

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