Html Css Color HEX #7D7D51 Kokoda

📋 copy color: '#7D7D51'

red 125 ◦ green 125 ◦ blue 81

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

Shades of Kokoda #7D7D51

Tints of Kokoda #7D7D51

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.76%

 BLUE value IS 81 (32.03% from 255) = 24.47%

R = 37.76%
G = 37.76%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7D7D51 (or 0x7D7D51) is known color: Kokoda. HEX triplet: 7D, 7D and 51. RGB value is (125,125,81). Sum of RGB (Red+Green+Blue) = 125+125+81=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 125 - color contains mainly: red, green. Hex color #7D7D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7D51 is #8282AE. Grayscale: #787878. Windows color (decimal): -8553135 or 5340541. OLE color: 5340541.

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

Color convert

RGB 125 125 81 -
CMYK 0 0 0.35 0.51
HSL 60º 0.21% 0.4% -
HSV(B) 60º 0.35% 0.49% -
XYZ 17.28 19.62 10.66 -
YUV 119.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 125 125 81 0 0 0.35 0.51 60 0.21 0.4
Hex 7D 7D 51 0 0 23 33 3C 15 28
Octal 175 175 121 0 0 43 63 74 25 50
Binary 1111101 1111101 1010001 0 0 100011 110011 111100 10101 101000

Color Harmonies of #7D7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7D51

Black with #7D7D51

Text Example


Text Example

White with #7D7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,125,81); }

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

background-color css

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

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

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

border-color css

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

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

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