Html Css Color HEX #7D794C Kokoda

📋 copy color: '#7D794C'

red 125 ◦ green 121 ◦ blue 76

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

Shades of Kokoda #7D794C

Tints of Kokoda #7D794C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 38.82%
G = 37.58%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7D794C (or 0x7D794C) is known color: Kokoda. HEX triplet: 7D, 79 and 4C. RGB value is (125,121,76). Sum of RGB (Red+Green+Blue) = 125+121+76=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 125 - color contains mainly: red. Hex color #7D794C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D794C is #8286B3. Grayscale: #757575. Windows color (decimal): -8554164 or 5011837. OLE color: 5011837.

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

Color convert

RGB 125 121 76 -
CMYK 0 0.03 0.39 0.51
HSL 55.1º 0.24% 0.39% -
HSV(B) 55.1º 0.39% 0.49% -
XYZ 16.6 18.56 9.54 -
YUV 117.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 125 121 76 0 0.03 0.39 0.51 55.1 0.24 0.39
Hex 7D 79 4C 0 3 27 33 37 18 27
Octal 175 171 114 0 3 47 63 67 30 47
Binary 1111101 1111001 1001100 0 11 100111 110011 110111 11000 100111

Color Harmonies of #7D794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D794C

Black with #7D794C

Text Example


Text Example

White with #7D794C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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