Html Css Color HEX #754151 Camelot

📋 copy color: '#754151'

red 117 ◦ green 65 ◦ blue 81

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

Shades of Camelot #754151

Tints of Camelot #754151

RGB

 RED value IS 117 (46.09% from 255) = 44.49%

 GREEN value IS 65 (25.78% from 255) = 24.71%

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 44.49%
G = 24.71%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#754151 (or 0x754151) is known color: Camelot. HEX triplet: 75, 41 and 51. RGB value is (117,65,81). Sum of RGB (Red+Green+Blue) = 117+65+81=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #754151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754151 is #8ABEAE. Grayscale: #525252. Windows color (decimal): -9092783 or 5325173. OLE color: 5325173.

HSL color Cylindrical-coordinate representation of color #754151: hue angle of 341.54º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754151 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 81 -
CMYK 0 0.44 0.31 0.54
HSL 341.54º 0.29% 0.36% -
HSV(B) 341.54º 0.44% 0.46% -
XYZ 10.71 8.16 8.79 -
YUV 82.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 117 65 81 0 0.44 0.31 0.54 341.54 0.29 0.36
Hex 75 41 51 0 2C 1F 36 156 1D 24
Octal 165 101 121 0 54 37 66 526 35 44
Binary 1110101 1000001 1010001 0 101100 11111 110110 101010110 11101 100100

Color Harmonies of #754151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754151

Black with #754151

Text Example


Text Example

White with #754151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754151; }

 p { color: rgb(117,65,81); }

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

background-color css

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

 a { background-color: rgb(117,65,81); }

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

border-color css

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

 span { border-color: rgb(117,65,81); }

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