Html Css Color HEX #7F4355 Camelot

📋 copy color: '#7F4355'

red 127 ◦ green 67 ◦ blue 85

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

Shades of Camelot #7F4355

Tints of Camelot #7F4355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

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

R = 45.52%
G = 24.01%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#7F4355 (or 0x7F4355) is known color: Camelot. HEX triplet: 7F, 43 and 55. RGB value is (127,67,85). Sum of RGB (Red+Green+Blue) = 127+67+85=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4355 is #80BCAA. Grayscale: #565656. Windows color (decimal): -8436907 or 5587839. OLE color: 5587839.

HSL color Cylindrical-coordinate representation of color #7F4355: hue angle of 342º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F4355 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 67 85 -
CMYK 0 0.47 0.33 0.50
HSL 342º 0.31% 0.38% -
HSV(B) 342º 0.47% 0.5% -
XYZ 12.4 9.18 9.71 -
YUV 86.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 127 67 85 0 0.47 0.33 0.50 342 0.31 0.38
Hex 7F 43 55 0 2F 21 32 156 1F 26
Octal 177 103 125 0 57 41 62 526 37 46
Binary 1111111 1000011 1010101 0 101111 100001 110010 101010110 11111 100110

Color Harmonies of #7F4355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4355

Black with #7F4355

Text Example


Text Example

White with #7F4355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,67,85); }

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

background-color css

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

 a { background-color: rgb(127,67,85); }

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

border-color css

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

 span { border-color: rgb(127,67,85); }

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