Html Css Color HEX #7E7B58 Kokoda

📋 copy color: '#7E7B58'

red 126 ◦ green 123 ◦ blue 88

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

Shades of Kokoda #7E7B58

Tints of Kokoda #7E7B58

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.5%

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

R = 37.39%
G = 36.5%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7E7B58 (or 0x7E7B58) is known color: Kokoda. HEX triplet: 7E, 7B and 58. RGB value is (126,123,88). Sum of RGB (Red+Green+Blue) = 126+123+88=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7B58 is #8184A7. Grayscale: #787878. Windows color (decimal): -8488104 or 5798782. OLE color: 5798782.

HSL color Cylindrical-coordinate representation of color #7E7B58: hue angle of 55.26º 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 #7E7B58 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 123 88 -
CMYK 0 0.02 0.30 0.51
HSL 55.26º 0.18% 0.42% -
HSV(B) 55.26º 0.3% 0.49% -
XYZ 17.45 19.31 12.04 -
YUV 119.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 126 123 88 0 0.02 0.30 0.51 55.26 0.18 0.42
Hex 7E 7B 58 0 2 1E 33 37 12 2A
Octal 176 173 130 0 2 36 63 67 22 52
Binary 1111110 1111011 1011000 0 10 11110 110011 110111 10010 101010

Color Harmonies of #7E7B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7B58

Black with #7E7B58

Text Example


Text Example

White with #7E7B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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