Html Css Color HEX #767555 Kokoda

📋 copy color: '#767555'

red 118 ◦ green 117 ◦ blue 85

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

Shades of Kokoda #767555

Tints of Kokoda #767555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.56%

R = 36.88%
G = 36.56%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#767555 (or 0x767555) is known color: Kokoda. HEX triplet: 76, 75 and 55. RGB value is (118,117,85). Sum of RGB (Red+Green+Blue) = 118+117+85=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #767555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767555 is #898AAA. Grayscale: #717171. Windows color (decimal): -9013931 or 5600630. OLE color: 5600630.

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

Color convert

RGB 118 117 85 -
CMYK 0 0.01 0.28 0.54
HSL 58.18º 0.16% 0.4% -
HSV(B) 58.18º 0.28% 0.46% -
XYZ 15.47 17.23 11.1 -
YUV 113.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 118 117 85 0 0.01 0.28 0.54 58.18 0.16 0.4
Hex 76 75 55 0 1 1C 36 3A 10 28
Octal 166 165 125 0 1 34 66 72 20 50
Binary 1110110 1110101 1010101 0 1 11100 110110 111010 10000 101000

Color Harmonies of #767555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767555

Black with #767555

Text Example


Text Example

White with #767555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767555; }

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

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

background-color css

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

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

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

border-color css

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

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

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