Html Css Color HEX #7C7B33 Crete

📋 copy color: '#7C7B33'

red 124 ◦ green 123 ◦ blue 51

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

Shades of Crete #7C7B33

Tints of Crete #7C7B33

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.28%

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

R = 41.61%
G = 41.28%
B = 17.11%

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

#7C7B33 (or 0x7C7B33) is known color: Crete. HEX triplet: 7C, 7B and 33. RGB value is (124,123,51). Sum of RGB (Red+Green+Blue) = 124+123+51=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7B33 is #8384CC. Grayscale: #737373. Windows color (decimal): -8619213 or 3373948. OLE color: 3373948.

HSL color Cylindrical-coordinate representation of color #7C7B33: hue angle of 59.18º 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 #7C7B33 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 123 51 -
CMYK 0 0.01 0.59 0.51
HSL 59.18º 0.42% 0.34% -
HSV(B) 59.18º 0.59% 0.49% -
XYZ 15.99 18.69 5.9 -
YUV 115.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 124 123 51 0 0.01 0.59 0.51 59.18 0.42 0.34
Hex 7C 7B 33 0 1 3B 33 3B 2A 22
Octal 174 173 63 0 1 73 63 73 52 42
Binary 1111100 1111011 110011 0 1 111011 110011 111011 101010 100010

Color Harmonies of #7C7B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7B33

Black with #7C7B33

Text Example


Text Example

White with #7C7B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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