Html Css Color HEX #754751 Camelot

📋 copy color: '#754751'

red 117 ◦ green 71 ◦ blue 81

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

Shades of Camelot #754751

Tints of Camelot #754751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.39%

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

R = 43.49%
G = 26.39%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#754751 (or 0x754751) is known color: Camelot. HEX triplet: 75, 47 and 51. RGB value is (117,71,81). Sum of RGB (Red+Green+Blue) = 117+71+81=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #754751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754751 is #8AB8AE. Grayscale: #555555. Windows color (decimal): -9091247 or 5326709. OLE color: 5326709.

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

Color convert

RGB 117 71 81 -
CMYK 0 0.39 0.31 0.54
HSL 346.96º 0.24% 0.37% -
HSV(B) 346.96º 0.39% 0.46% -
XYZ 11.07 8.88 8.92 -
YUV 85.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 117 71 81 0 0.39 0.31 0.54 346.96 0.24 0.37
Hex 75 47 51 0 27 1F 36 15B 18 25
Octal 165 107 121 0 47 37 66 533 30 45
Binary 1110101 1000111 1010001 0 100111 11111 110110 101011011 11000 100101

Color Harmonies of #754751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754751

Black with #754751

Text Example


Text Example

White with #754751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754751; }

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

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

background-color css

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

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

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

border-color css

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

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

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