Html Css Color HEX #7F3746 Camelot

📋 copy color: '#7F3746'

red 127 ◦ green 55 ◦ blue 70

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

Shades of Camelot #7F3746

Tints of Camelot #7F3746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

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

R = 50.4%
G = 21.83%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#7F3746 (or 0x7F3746) is known color: Camelot. HEX triplet: 7F, 37 and 46. RGB value is (127,55,70). Sum of RGB (Red+Green+Blue) = 127+55+70=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3746 is #80C8B9. Grayscale: #4E4E4E. Windows color (decimal): -8439994 or 4601727. OLE color: 4601727.

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

Color convert

RGB 127 55 70 -
CMYK 0 0.57 0.45 0.50
HSL 347.5º 0.4% 0.36% -
HSV(B) 347.5º 0.57% 0.5% -
XYZ 11.22 7.69 6.69 -
YUV 78.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 127 55 70 0 0.57 0.45 0.50 347.5 0.4 0.36
Hex 7F 37 46 0 39 2D 32 15C 28 24
Octal 177 67 106 0 71 55 62 534 50 44
Binary 1111111 110111 1000110 0 111001 101101 110010 101011100 101000 100100

Color Harmonies of #7F3746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3746

Black with #7F3746

Text Example


Text Example

White with #7F3746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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