Html Css Color HEX #7C7A33 Crete

📋 copy color: '#7C7A33'

red 124 ◦ green 122 ◦ blue 51

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

Shades of Crete #7C7A33

Tints of Crete #7C7A33

RGB

 RED value IS 124 (48.83% from 255) = 41.75%

 GREEN value IS 122 (48.05% from 255) = 41.08%

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

R = 41.75%
G = 41.08%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7C7A33 (or 0x7C7A33) is known color: Crete. HEX triplet: 7C, 7A and 33. RGB value is (124,122,51). Sum of RGB (Red+Green+Blue) = 124+122+51=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7A33 is #8385CC. Grayscale: #727272. Windows color (decimal): -8619469 or 3373692. OLE color: 3373692.

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

Color convert

RGB 124 122 51 -
CMYK 0 0.02 0.59 0.51
HSL 58.36º 0.42% 0.34% -
HSV(B) 58.36º 0.59% 0.49% -
XYZ 15.87 18.44 5.86 -
YUV 114.5 92.16 134.77 -
System Red Green Blue C M Y K H S L
Decimal 124 122 51 0 0.02 0.59 0.51 58.36 0.42 0.34
Hex 7C 7A 33 0 2 3B 33 3A 2A 22
Octal 174 172 63 0 2 73 63 72 52 42
Binary 1111100 1111010 110011 0 10 111011 110011 111010 101010 100010

Color Harmonies of #7C7A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7A33

Black with #7C7A33

Text Example


Text Example

White with #7C7A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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