Html Css Color HEX #7D785E Kokoda

📋 copy color: '#7D785E'

red 125 ◦ green 120 ◦ blue 94

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

Shades of Kokoda #7D785E

Tints of Kokoda #7D785E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 36.87%
G = 35.4%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7D785E (or 0x7D785E) is known color: Kokoda. HEX triplet: 7D, 78 and 5E. RGB value is (125,120,94). Sum of RGB (Red+Green+Blue) = 125+120+94=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D785E is #8287A1. Grayscale: #767676. Windows color (decimal): -8554402 or 6191229. OLE color: 6191229.

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

Color convert

RGB 125 120 94 -
CMYK 0 0.04 0.25 0.51
HSL 50.32º 0.14% 0.43% -
HSV(B) 50.32º 0.25% 0.49% -
XYZ 17.19 18.6 13.27 -
YUV 118.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 125 120 94 0 0.04 0.25 0.51 50.32 0.14 0.43
Hex 7D 78 5E 0 4 19 33 32 E 2B
Octal 175 170 136 0 4 31 63 62 16 53
Binary 1111101 1111000 1011110 0 100 11001 110011 110010 1110 101011

Color Harmonies of #7D785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D785E

Black with #7D785E

Text Example


Text Example

White with #7D785E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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