Html Css Color HEX #7F364C Camelot

📋 copy color: '#7F364C'

red 127 ◦ green 54 ◦ blue 76

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

Shades of Camelot #7F364C

Tints of Camelot #7F364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 49.42%
G = 21.01%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#7F364C (or 0x7F364C) is known color: Camelot. HEX triplet: 7F, 36 and 4C. RGB value is (127,54,76). Sum of RGB (Red+Green+Blue) = 127+54+76=257 (34% of max value = 765). Red value is 127 (50% from 255 or 49.42% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 127 - color contains mainly: red. Hex color #7F364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F364C is #80C9B3. Grayscale: #4E4E4E. Windows color (decimal): -8440244 or 4994687. OLE color: 4994687.

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

Color convert

RGB 127 54 76 -
CMYK 0 0.57 0.40 0.50
HSL 341.92º 0.4% 0.35% -
HSV(B) 341.92º 0.57% 0.5% -
XYZ 11.38 7.67 7.72 -
YUV 78.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 127 54 76 0 0.57 0.40 0.50 341.92 0.4 0.35
Hex 7F 36 4C 0 39 28 32 156 28 23
Octal 177 66 114 0 71 50 62 526 50 43
Binary 1111111 110110 1001100 0 111001 101000 110010 101010110 101000 100011

Color Harmonies of #7F364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F364C

Black with #7F364C

Text Example


Text Example

White with #7F364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,54,76); }

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

background-color css

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

 a { background-color: rgb(127,54,76); }

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

border-color css

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

 span { border-color: rgb(127,54,76); }

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