Html Css Color HEX #7D785B Kokoda

📋 copy color: '#7D785B'

red 125 ◦ green 120 ◦ blue 91

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

Shades of Kokoda #7D785B

Tints of Kokoda #7D785B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 37.2%
G = 35.71%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D785B (or 0x7D785B) is known color: Kokoda. HEX triplet: 7D, 78 and 5B. RGB value is (125,120,91). Sum of RGB (Red+Green+Blue) = 125+120+91=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 125 - color contains mainly: red. Hex color #7D785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D785B is #8287A4. Grayscale: #767676. Windows color (decimal): -8554405 or 5994621. OLE color: 5994621.

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

Color convert

RGB 125 120 91 -
CMYK 0 0.04 0.27 0.51
HSL 51.18º 0.16% 0.42% -
HSV(B) 51.18º 0.27% 0.49% -
XYZ 17.06 18.55 12.58 -
YUV 118.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 125 120 91 0 0.04 0.27 0.51 51.18 0.16 0.42
Hex 7D 78 5B 0 4 1B 33 33 10 2A
Octal 175 170 133 0 4 33 63 63 20 52
Binary 1111101 1111000 1011011 0 100 11011 110011 110011 10000 101010

Color Harmonies of #7D785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D785B

Black with #7D785B

Text Example


Text Example

White with #7D785B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,120,91); }

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

background-color css

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

 a { background-color: rgb(125,120,91); }

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

border-color css

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

 span { border-color: rgb(125,120,91); }

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