Html Css Color HEX #7F3246 Camelot

📋 copy color: '#7F3246'

red 127 ◦ green 50 ◦ blue 70

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

Shades of Camelot #7F3246

Tints of Camelot #7F3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 70 (27.73% from 255) = 28.34%

R = 51.42%
G = 20.24%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#7F3246 (or 0x7F3246) is known color: Camelot. HEX triplet: 7F, 32 and 46. RGB value is (127,50,70). Sum of RGB (Red+Green+Blue) = 127+50+70=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3246 is #80CDB9. Grayscale: #4B4B4B. Windows color (decimal): -8441274 or 4600447. OLE color: 4600447.

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

Color convert

RGB 127 50 70 -
CMYK 0 0.61 0.45 0.50
HSL 344.42º 0.44% 0.35% -
HSV(B) 344.42º 0.61% 0.5% -
XYZ 11 7.24 6.61 -
YUV 75.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 127 50 70 0 0.61 0.45 0.50 344.42 0.44 0.35
Hex 7F 32 46 0 3D 2D 32 158 2C 23
Octal 177 62 106 0 75 55 62 530 54 43
Binary 1111111 110010 1000110 0 111101 101101 110010 101011000 101100 100011

Color Harmonies of #7F3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3246

Black with #7F3246

Text Example


Text Example

White with #7F3246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,50,70); }

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

background-color css

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

 a { background-color: rgb(127,50,70); }

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

border-color css

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

 span { border-color: rgb(127,50,70); }

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