Html Css Color HEX #7D773C Crete

📋 copy color: '#7D773C'

red 125 ◦ green 119 ◦ blue 60

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

Shades of Crete #7D773C

Tints of Crete #7D773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 41.12%
G = 39.14%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D773C (or 0x7D773C) is known color: Crete. HEX triplet: 7D, 77 and 3C. RGB value is (125,119,60). Sum of RGB (Red+Green+Blue) = 125+119+60=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D773C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D773C is #8288C3. Grayscale: #727272. Windows color (decimal): -8554692 or 3962749. OLE color: 3962749.

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

Color convert

RGB 125 119 60 -
CMYK 0 0.05 0.52 0.51
HSL 54.46º 0.35% 0.36% -
HSV(B) 54.46º 0.52% 0.49% -
XYZ 15.87 17.88 6.89 -
YUV 114.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 125 119 60 0 0.05 0.52 0.51 54.46 0.35 0.36
Hex 7D 77 3C 0 5 34 33 36 23 24
Octal 175 167 74 0 5 64 63 66 43 44
Binary 1111101 1110111 111100 0 101 110100 110011 110110 100011 100100

Color Harmonies of #7D773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D773C

Black with #7D773C

Text Example


Text Example

White with #7D773C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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