Html Css Color HEX #7D7539 Crete

📋 copy color: '#7D7539'

red 125 ◦ green 117 ◦ blue 57

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

Shades of Crete #7D7539

Tints of Crete #7D7539

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.13%

 BLUE value IS 57 (22.66% from 255) = 19.06%

R = 41.81%
G = 39.13%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D7539 (or 0x7D7539) is known color: Crete. HEX triplet: 7D, 75 and 39. RGB value is (125,117,57). Sum of RGB (Red+Green+Blue) = 125+117+57=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7539 is #828AC6. Grayscale: #707070. Windows color (decimal): -8555207 or 3765629. OLE color: 3765629.

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

Color convert

RGB 125 117 57 -
CMYK 0 0.06 0.54 0.51
HSL 52.94º 0.37% 0.36% -
HSV(B) 52.94º 0.54% 0.49% -
XYZ 15.56 17.38 6.41 -
YUV 112.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 125 117 57 0 0.06 0.54 0.51 52.94 0.37 0.36
Hex 7D 75 39 0 6 36 33 35 25 24
Octal 175 165 71 0 6 66 63 65 45 44
Binary 1111101 1110101 111001 0 110 110110 110011 110101 100101 100100

Color Harmonies of #7D7539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7539

Black with #7D7539

Text Example


Text Example

White with #7D7539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,117,57); }

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

background-color css

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

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

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

border-color css

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

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

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