Html Css Color HEX #767359 Kokoda

📋 copy color: '#767359'

red 118 ◦ green 115 ◦ blue 89

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

Shades of Kokoda #767359

Tints of Kokoda #767359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.71%

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 36.65%
G = 35.71%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#767359 (or 0x767359) is known color: Kokoda. HEX triplet: 76, 73 and 59. RGB value is (118,115,89). Sum of RGB (Red+Green+Blue) = 118+115+89=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #767359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767359 is #898CA6. Grayscale: #717171. Windows color (decimal): -9014439 or 5862262. OLE color: 5862262.

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

Color convert

RGB 118 115 89 -
CMYK 0 0.03 0.25 0.54
HSL 53.79º 0.14% 0.41% -
HSV(B) 53.79º 0.25% 0.46% -
XYZ 15.41 16.83 11.89 -
YUV 112.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 118 115 89 0 0.03 0.25 0.54 53.79 0.14 0.41
Hex 76 73 59 0 3 19 36 36 E 29
Octal 166 163 131 0 3 31 66 66 16 51
Binary 1110110 1110011 1011001 0 11 11001 110110 110110 1110 101001

Color Harmonies of #767359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767359

Black with #767359

Text Example


Text Example

White with #767359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767359; }

 p { color: rgb(118,115,89); }

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

background-color css

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

 a { background-color: rgb(118,115,89); }

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

border-color css

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

 span { border-color: rgb(118,115,89); }

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