Html Css Color HEX #7E7F57 Kokoda

📋 copy color: '#7E7F57'

red 126 ◦ green 127 ◦ blue 87

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

Shades of Kokoda #7E7F57

Tints of Kokoda #7E7F57

RGB

 RED value IS 126 (49.61% from 255) = 37.06%

 GREEN value IS 127 (50% from 255) = 37.35%

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

R = 37.06%
G = 37.35%
B = 25.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#7E7F57 (or 0x7E7F57) is known color: Kokoda. HEX triplet: 7E, 7F and 57. RGB value is (126,127,87). Sum of RGB (Red+Green+Blue) = 126+127+87=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 127 - color contains mainly: green. Hex color #7E7F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7F57 is #8180A8. Grayscale: #7A7A7A. Windows color (decimal): -8487081 or 5734270. OLE color: 5734270.

HSL color Cylindrical-coordinate representation of color #7E7F57: hue angle of 61.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E7F57 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 126 127 87 -
CMYK 0.01 0 0.31 0.50
HSL 61.5º 0.19% 0.42% -
HSV(B) 61.5º 0.31% 0.5% -
XYZ 17.91 20.3 11.99 -
YUV 122.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 126 127 87 0.01 0 0.31 0.50 61.5 0.19 0.42
Hex 7E 7F 57 1 0 1F 32 3E 13 2A
Octal 176 177 127 1 0 37 62 76 23 52
Binary 1111110 1111111 1010111 1 0 11111 110010 111110 10011 101010

Color Harmonies of #7E7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7F57

Black with #7E7F57

Text Example


Text Example

White with #7E7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E7F57; }

 p { color: rgb(126,127,87); }

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

background-color css

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

 a { background-color: rgb(126,127,87); }

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

border-color css

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

 span { border-color: rgb(126,127,87); }

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