Html Css Color HEX #7C4255 Camelot

📋 copy color: '#7C4255'

red 124 ◦ green 66 ◦ blue 85

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

Shades of Camelot #7C4255

Tints of Camelot #7C4255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

 BLUE value IS 85 (33.59% from 255) = 30.91%

R = 45.09%
G = 24%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C4255 (or 0x7C4255) is known color: Camelot. HEX triplet: 7C, 42 and 55. RGB value is (124,66,85). Sum of RGB (Red+Green+Blue) = 124+66+85=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4255 is #83BDAA. Grayscale: #555555. Windows color (decimal): -8633771 or 5587580. OLE color: 5587580.

HSL color Cylindrical-coordinate representation of color #7C4255: hue angle of 340.34º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C4255 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 66 85 -
CMYK 0 0.47 0.31 0.51
HSL 340.34º 0.31% 0.37% -
HSV(B) 340.34º 0.47% 0.49% -
XYZ 11.9 8.84 9.67 -
YUV 85.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 124 66 85 0 0.47 0.31 0.51 340.34 0.31 0.37
Hex 7C 42 55 0 2F 1F 33 154 1F 25
Octal 174 102 125 0 57 37 63 524 37 45
Binary 1111100 1000010 1010101 0 101111 11111 110011 101010100 11111 100101

Color Harmonies of #7C4255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4255

Black with #7C4255

Text Example


Text Example

White with #7C4255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,66,85); }

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

background-color css

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

 a { background-color: rgb(124,66,85); }

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

border-color css

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

 span { border-color: rgb(124,66,85); }

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