Html Css Color HEX #7D7C33 Crete

📋 copy color: '#7D7C33'

red 125 ◦ green 124 ◦ blue 51

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

Shades of Crete #7D7C33

Tints of Crete #7D7C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17%

R = 41.67%
G = 41.33%
B = 17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7D7C33 (or 0x7D7C33) is known color: Crete. HEX triplet: 7D, 7C and 33. RGB value is (125,124,51). Sum of RGB (Red+Green+Blue) = 125+124+51=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7C33 is #8283CC. Grayscale: #747474. Windows color (decimal): -8553421 or 3374205. OLE color: 3374205.

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

Color convert

RGB 125 124 51 -
CMYK 0 0.01 0.59 0.51
HSL 59.19º 0.42% 0.35% -
HSV(B) 59.19º 0.59% 0.49% -
XYZ 16.26 19.01 5.94 -
YUV 115.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 125 124 51 0 0.01 0.59 0.51 59.19 0.42 0.35
Hex 7D 7C 33 0 1 3B 33 3B 2A 23
Octal 175 174 63 0 1 73 63 73 52 43
Binary 1111101 1111100 110011 0 1 111011 110011 111011 101010 100011

Color Harmonies of #7D7C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7C33

Black with #7D7C33

Text Example


Text Example

White with #7D7C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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