Html Css Color HEX #7F3947 Camelot

📋 copy color: '#7F3947'

red 127 ◦ green 57 ◦ blue 71

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

Shades of Camelot #7F3947

Tints of Camelot #7F3947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

 BLUE value IS 71 (28.13% from 255) = 27.84%

R = 49.8%
G = 22.35%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#7F3947 (or 0x7F3947) is known color: Camelot. HEX triplet: 7F, 39 and 47. RGB value is (127,57,71). Sum of RGB (Red+Green+Blue) = 127+57+71=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3947 is #80C6B8. Grayscale: #4F4F4F. Windows color (decimal): -8439481 or 4667775. OLE color: 4667775.

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

Color convert

RGB 127 57 71 -
CMYK 0 0.55 0.44 0.50
HSL 348º 0.38% 0.36% -
HSV(B) 348º 0.55% 0.5% -
XYZ 11.35 7.89 6.89 -
YUV 79.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 127 57 71 0 0.55 0.44 0.50 348 0.38 0.36
Hex 7F 39 47 0 37 2C 32 15C 26 24
Octal 177 71 107 0 67 54 62 534 46 44
Binary 1111111 111001 1000111 0 110111 101100 110010 101011100 100110 100100

Color Harmonies of #7F3947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3947

Black with #7F3947

Text Example


Text Example

White with #7F3947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,57,71); }

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

background-color css

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

 a { background-color: rgb(127,57,71); }

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

border-color css

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

 span { border-color: rgb(127,57,71); }

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