Html Css Color HEX #7D7C50 Kokoda

📋 copy color: '#7D7C50'

red 125 ◦ green 124 ◦ blue 80

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

Shades of Kokoda #7D7C50

Tints of Kokoda #7D7C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.69%

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

R = 37.99%
G = 37.69%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D7C50 (or 0x7D7C50) is known color: Kokoda. HEX triplet: 7D, 7C and 50. RGB value is (125,124,80). Sum of RGB (Red+Green+Blue) = 125+124+80=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7C50 is #8283AF. Grayscale: #777777. Windows color (decimal): -8553392 or 5274749. OLE color: 5274749.

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

Color convert

RGB 125 124 80 -
CMYK 0 0.01 0.36 0.51
HSL 58.67º 0.22% 0.4% -
HSV(B) 58.67º 0.36% 0.49% -
XYZ 17.11 19.35 10.42 -
YUV 119.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 125 124 80 0 0.01 0.36 0.51 58.67 0.22 0.4
Hex 7D 7C 50 0 1 24 33 3B 16 28
Octal 175 174 120 0 1 44 63 73 26 50
Binary 1111101 1111100 1010000 0 1 100100 110011 111011 10110 101000

Color Harmonies of #7D7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7C50

Black with #7D7C50

Text Example


Text Example

White with #7D7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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