Html Css Color HEX #7D7737 Crete

📋 copy color: '#7D7737'

red 125 ◦ green 119 ◦ blue 55

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

Shades of Crete #7D7737

Tints of Crete #7D7737

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.8%

 BLUE value IS 55 (21.88% from 255) = 18.39%

R = 41.81%
G = 39.8%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7D7737 (or 0x7D7737) is known color: Crete. HEX triplet: 7D, 77 and 37. RGB value is (125,119,55). Sum of RGB (Red+Green+Blue) = 125+119+55=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7737 is #8288C8. Grayscale: #717171. Windows color (decimal): -8554697 or 3635069. OLE color: 3635069.

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

Color convert

RGB 125 119 55 -
CMYK 0 0.05 0.56 0.51
HSL 54.86º 0.39% 0.35% -
HSV(B) 54.86º 0.56% 0.49% -
XYZ 15.74 17.83 6.23 -
YUV 113.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 125 119 55 0 0.05 0.56 0.51 54.86 0.39 0.35
Hex 7D 77 37 0 5 38 33 37 27 23
Octal 175 167 67 0 5 70 63 67 47 43
Binary 1111101 1110111 110111 0 101 111000 110011 110111 100111 100011

Color Harmonies of #7D7737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7737

Black with #7D7737

Text Example


Text Example

White with #7D7737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,55); }

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

background-color css

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

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

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

border-color css

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

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

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