Html Css Color HEX #7F3548 Camelot

📋 copy color: '#7F3548'

red 127 ◦ green 53 ◦ blue 72

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

Shades of Camelot #7F3548

Tints of Camelot #7F3548

RGB

 RED value IS 127 (50% from 255) = 50.4%

 GREEN value IS 53 (21.09% from 255) = 21.03%

 BLUE value IS 72 (28.52% from 255) = 28.57%

R = 50.4%
G = 21.03%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#7F3548 (or 0x7F3548) is known color: Camelot. HEX triplet: 7F, 35 and 48. RGB value is (127,53,72). Sum of RGB (Red+Green+Blue) = 127+53+72=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3548 is #80CAB7. Grayscale: #4D4D4D. Windows color (decimal): -8440504 or 4732287. OLE color: 4732287.

HSL color Cylindrical-coordinate representation of color #7F3548: hue angle of 344.59º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F3548 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 53 72 -
CMYK 0 0.58 0.43 0.50
HSL 344.59º 0.41% 0.35% -
HSV(B) 344.59º 0.58% 0.5% -
XYZ 11.2 7.53 6.99 -
YUV 77.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 127 53 72 0 0.58 0.43 0.50 344.59 0.41 0.35
Hex 7F 35 48 0 3A 2B 32 159 29 23
Octal 177 65 110 0 72 53 62 531 51 43
Binary 1111111 110101 1001000 0 111010 101011 110010 101011001 101001 100011

Color Harmonies of #7F3548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3548

Black with #7F3548

Text Example


Text Example

White with #7F3548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,53,72); }

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

background-color css

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

 a { background-color: rgb(127,53,72); }

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

border-color css

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

 span { border-color: rgb(127,53,72); }

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