Html Css Color HEX #7D7E58 Kokoda

📋 copy color: '#7D7E58'

red 125 ◦ green 126 ◦ blue 88

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

Shades of Kokoda #7D7E58

Tints of Kokoda #7D7E58

RGB

 RED value IS 125 (49.22% from 255) = 36.87%

 GREEN value IS 126 (49.61% from 255) = 37.17%

 BLUE value IS 88 (34.77% from 255) = 25.96%

R = 36.87%
G = 37.17%
B = 25.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D7E58 (or 0x7D7E58) is known color: Kokoda. HEX triplet: 7D, 7E and 58. RGB value is (125,126,88). Sum of RGB (Red+Green+Blue) = 125+126+88=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 126 - color contains mainly: green. Hex color #7D7E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7E58 is #8281A7. Grayscale: #797979. Windows color (decimal): -8552872 or 5799549. OLE color: 5799549.

HSL color Cylindrical-coordinate representation of color #7D7E58: hue angle of 61.58º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D7E58 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 126 88 -
CMYK 0.01 0 0.30 0.51
HSL 61.58º 0.18% 0.42% -
HSV(B) 61.58º 0.3% 0.49% -
XYZ 17.68 19.99 12.16 -
YUV 121.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 125 126 88 0.01 0 0.30 0.51 61.58 0.18 0.42
Hex 7D 7E 58 1 0 1E 33 3E 12 2A
Octal 175 176 130 1 0 36 63 76 22 52
Binary 1111101 1111110 1011000 1 0 11110 110011 111110 10010 101010

Color Harmonies of #7D7E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7E58

Black with #7D7E58

Text Example


Text Example

White with #7D7E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,126,88); }

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

background-color css

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

 a { background-color: rgb(125,126,88); }

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

border-color css

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

 span { border-color: rgb(125,126,88); }

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