Html Css Color HEX #7C4452 Camelot

📋 copy color: '#7C4452'

red 124 ◦ green 68 ◦ blue 82

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

Shades of Camelot #7C4452

Tints of Camelot #7C4452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.82%

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 45.26%
G = 24.82%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7C4452 (or 0x7C4452) is known color: Camelot. HEX triplet: 7C, 44 and 52. RGB value is (124,68,82). Sum of RGB (Red+Green+Blue) = 124+68+82=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4452 is #83BBAD. Grayscale: #565656. Windows color (decimal): -8633262 or 5391484. OLE color: 5391484.

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

Color convert

RGB 124 68 82 -
CMYK 0 0.45 0.34 0.51
HSL 345º 0.29% 0.38% -
HSV(B) 345º 0.45% 0.49% -
XYZ 11.9 9.03 9.1 -
YUV 86.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 124 68 82 0 0.45 0.34 0.51 345 0.29 0.38
Hex 7C 44 52 0 2D 22 33 159 1D 26
Octal 174 104 122 0 55 42 63 531 35 46
Binary 1111100 1000100 1010010 0 101101 100010 110011 101011001 11101 100110

Color Harmonies of #7C4452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4452

Black with #7C4452

Text Example


Text Example

White with #7C4452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,68,82); }

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

background-color css

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

 a { background-color: rgb(124,68,82); }

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

border-color css

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

 span { border-color: rgb(124,68,82); }

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