Html Css Color HEX #7D795A Kokoda

📋 copy color: '#7D795A'

red 125 ◦ green 121 ◦ blue 90

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

Shades of Kokoda #7D795A

Tints of Kokoda #7D795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 37.2%
G = 36.01%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D795A (or 0x7D795A) is known color: Kokoda. HEX triplet: 7D, 79 and 5A. RGB value is (125,121,90). Sum of RGB (Red+Green+Blue) = 125+121+90=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 125 - color contains mainly: red. Hex color #7D795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D795A is #8286A5. Grayscale: #767676. Windows color (decimal): -8554150 or 5929341. OLE color: 5929341.

HSL color Cylindrical-coordinate representation of color #7D795A: hue angle of 53.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D795A is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 121 90 -
CMYK 0 0.03 0.28 0.51
HSL 53.14º 0.16% 0.42% -
HSV(B) 53.14º 0.28% 0.49% -
XYZ 17.14 18.77 12.39 -
YUV 118.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 125 121 90 0 0.03 0.28 0.51 53.14 0.16 0.42
Hex 7D 79 5A 0 3 1C 33 35 10 2A
Octal 175 171 132 0 3 34 63 65 20 52
Binary 1111101 1111001 1011010 0 11 11100 110011 110101 10000 101010

Color Harmonies of #7D795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D795A

Black with #7D795A

Text Example


Text Example

White with #7D795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,121,90); }

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

background-color css

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

 a { background-color: rgb(125,121,90); }

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

border-color css

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

 span { border-color: rgb(125,121,90); }

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