Html Css Color HEX #7D7A50 Kokoda

📋 copy color: '#7D7A50'

red 125 ◦ green 122 ◦ blue 80

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

Shades of Kokoda #7D7A50

Tints of Kokoda #7D7A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 38.23%
G = 37.31%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D7A50 (or 0x7D7A50) is known color: Kokoda. HEX triplet: 7D, 7A and 50. RGB value is (125,122,80). Sum of RGB (Red+Green+Blue) = 125+122+80=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7A50 is #8285AF. Grayscale: #767676. Windows color (decimal): -8553904 or 5274237. OLE color: 5274237.

HSL color Cylindrical-coordinate representation of color #7D7A50: hue angle of 56º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D7A50 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 122 80 -
CMYK 0 0.02 0.36 0.51
HSL 56º 0.22% 0.4% -
HSV(B) 56º 0.36% 0.49% -
XYZ 16.86 18.86 10.34 -
YUV 118.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 125 122 80 0 0.02 0.36 0.51 56 0.22 0.4
Hex 7D 7A 50 0 2 24 33 38 16 28
Octal 175 172 120 0 2 44 63 70 26 50
Binary 1111101 1111010 1010000 0 10 100100 110011 111000 10110 101000

Color Harmonies of #7D7A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7A50

Black with #7D7A50

Text Example


Text Example

White with #7D7A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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