Html Css Color HEX #754551 Camelot

📋 copy color: '#754551'

red 117 ◦ green 69 ◦ blue 81

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

Shades of Camelot #754551

Tints of Camelot #754551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 43.82%
G = 25.84%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#754551 (or 0x754551) is known color: Camelot. HEX triplet: 75, 45 and 51. RGB value is (117,69,81). Sum of RGB (Red+Green+Blue) = 117+69+81=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #754551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754551 is #8ABAAE. Grayscale: #545454. Windows color (decimal): -9091759 or 5326197. OLE color: 5326197.

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

Color convert

RGB 117 69 81 -
CMYK 0 0.41 0.31 0.54
HSL 345º 0.26% 0.36% -
HSV(B) 345º 0.41% 0.46% -
XYZ 10.95 8.63 8.87 -
YUV 84.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 117 69 81 0 0.41 0.31 0.54 345 0.26 0.36
Hex 75 45 51 0 29 1F 36 159 1A 24
Octal 165 105 121 0 51 37 66 531 32 44
Binary 1110101 1000101 1010001 0 101001 11111 110110 101011001 11010 100100

Color Harmonies of #754551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754551

Black with #754551

Text Example


Text Example

White with #754551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754551; }

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

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

background-color css

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

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

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

border-color css

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

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

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