Html Css Color HEX #7D7A4C Kokoda

📋 copy color: '#7D7A4C'

red 125 ◦ green 122 ◦ blue 76

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

Shades of Kokoda #7D7A4C

Tints of Kokoda #7D7A4C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.77%

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

R = 38.7%
G = 37.77%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7D7A4C (or 0x7D7A4C) is known color: Kokoda. HEX triplet: 7D, 7A and 4C. RGB value is (125,122,76). Sum of RGB (Red+Green+Blue) = 125+122+76=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7A4C is #8285B3. Grayscale: #757575. Windows color (decimal): -8553908 or 5012093. OLE color: 5012093.

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

Color convert

RGB 125 122 76 -
CMYK 0 0.02 0.39 0.51
HSL 56.33º 0.24% 0.39% -
HSV(B) 56.33º 0.39% 0.49% -
XYZ 16.72 18.8 9.59 -
YUV 117.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 125 122 76 0 0.02 0.39 0.51 56.33 0.24 0.39
Hex 7D 7A 4C 0 2 27 33 38 18 27
Octal 175 172 114 0 2 47 63 70 30 47
Binary 1111101 1111010 1001100 0 10 100111 110011 111000 11000 100111

Color Harmonies of #7D7A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7A4C

Black with #7D7A4C

Text Example


Text Example

White with #7D7A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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