Html Css Color HEX #767257 Kokoda

📋 copy color: '#767257'

red 118 ◦ green 114 ◦ blue 87

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

Shades of Kokoda #767257

Tints of Kokoda #767257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

 BLUE value IS 87 (34.38% from 255) = 27.27%

R = 36.99%
G = 35.74%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#767257 (or 0x767257) is known color: Kokoda. HEX triplet: 76, 72 and 57. RGB value is (118,114,87). Sum of RGB (Red+Green+Blue) = 118+114+87=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #767257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767257 is #898DA8. Grayscale: #707070. Windows color (decimal): -9014697 or 5730934. OLE color: 5730934.

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

Color convert

RGB 118 114 87 -
CMYK 0 0.03 0.26 0.54
HSL 52.26º 0.15% 0.4% -
HSV(B) 52.26º 0.26% 0.46% -
XYZ 15.21 16.57 11.41 -
YUV 112.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 118 114 87 0 0.03 0.26 0.54 52.26 0.15 0.4
Hex 76 72 57 0 3 1A 36 34 F 28
Octal 166 162 127 0 3 32 66 64 17 50
Binary 1110110 1110010 1010111 0 11 11010 110110 110100 1111 101000

Color Harmonies of #767257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767257

Black with #767257

Text Example


Text Example

White with #767257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767257; }

 p { color: rgb(118,114,87); }

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

background-color css

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

 a { background-color: rgb(118,114,87); }

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

border-color css

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

 span { border-color: rgb(118,114,87); }

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