Html Css Color HEX #7C7631 Crete

📋 copy color: '#7C7631'

red 124 ◦ green 118 ◦ blue 49

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

Shades of Crete #7C7631

Tints of Crete #7C7631

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.55%

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 42.61%
G = 40.55%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C7631 (or 0x7C7631) is known color: Crete. HEX triplet: 7C, 76 and 31. RGB value is (124,118,49). Sum of RGB (Red+Green+Blue) = 124+118+49=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7631 is #8389CE. Grayscale: #707070. Windows color (decimal): -8620495 or 3241596. OLE color: 3241596.

HSL color Cylindrical-coordinate representation of color #7C7631: hue angle of 55.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C7631 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 118 49 -
CMYK 0 0.05 0.60 0.51
HSL 55.2º 0.43% 0.34% -
HSV(B) 55.2º 0.6% 0.49% -
XYZ 15.34 17.46 5.47 -
YUV 111.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 124 118 49 0 0.05 0.60 0.51 55.2 0.43 0.34
Hex 7C 76 31 0 5 3C 33 37 2B 22
Octal 174 166 61 0 5 74 63 67 53 42
Binary 1111100 1110110 110001 0 101 111100 110011 110111 101011 100010

Color Harmonies of #7C7631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7631

Black with #7C7631

Text Example


Text Example

White with #7C7631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,118,49); }

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

background-color css

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

 a { background-color: rgb(124,118,49); }

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

border-color css

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

 span { border-color: rgb(124,118,49); }

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