Html Css Color HEX #7F364A Camelot

📋 copy color: '#7F364A'

red 127 ◦ green 54 ◦ blue 74

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

Shades of Camelot #7F364A

Tints of Camelot #7F364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.02%

R = 49.8%
G = 21.18%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#7F364A (or 0x7F364A) is known color: Camelot. HEX triplet: 7F, 36 and 4A. RGB value is (127,54,74). Sum of RGB (Red+Green+Blue) = 127+54+74=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F364A is #80C9B5. Grayscale: #4E4E4E. Windows color (decimal): -8440246 or 4863615. OLE color: 4863615.

HSL color Cylindrical-coordinate representation of color #7F364A: hue angle of 343.56º 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 #7F364A is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 54 74 -
CMYK 0 0.57 0.42 0.50
HSL 343.56º 0.4% 0.35% -
HSV(B) 343.56º 0.57% 0.5% -
XYZ 11.31 7.64 7.36 -
YUV 78.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 127 54 74 0 0.57 0.42 0.50 343.56 0.4 0.35
Hex 7F 36 4A 0 39 2A 32 158 28 23
Octal 177 66 112 0 71 52 62 530 50 43
Binary 1111111 110110 1001010 0 111001 101010 110010 101011000 101000 100011

Color Harmonies of #7F364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F364A

Black with #7F364A

Text Example


Text Example

White with #7F364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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