Html Css Color HEX #754250 Camelot

📋 copy color: '#754250'

red 117 ◦ green 66 ◦ blue 80

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

Shades of Camelot #754250

Tints of Camelot #754250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 44.49%
G = 25.1%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#754250 (or 0x754250) is known color: Camelot. HEX triplet: 75, 42 and 50. RGB value is (117,66,80). Sum of RGB (Red+Green+Blue) = 117+66+80=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #754250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754250 is #8ABDAF. Grayscale: #525252. Windows color (decimal): -9092528 or 5259893. OLE color: 5259893.

HSL color Cylindrical-coordinate representation of color #754250: hue angle of 343.53º degrees, saturation: 0.28, 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 #754250 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 80 -
CMYK 0 0.44 0.32 0.54
HSL 343.53º 0.28% 0.36% -
HSV(B) 343.53º 0.44% 0.46% -
XYZ 10.73 8.26 8.62 -
YUV 82.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 117 66 80 0 0.44 0.32 0.54 343.53 0.28 0.36
Hex 75 42 50 0 2C 20 36 158 1C 24
Octal 165 102 120 0 54 40 66 530 34 44
Binary 1110101 1000010 1010000 0 101100 100000 110110 101011000 11100 100100

Color Harmonies of #754250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754250

Black with #754250

Text Example


Text Example

White with #754250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754250; }

 p { color: rgb(117,66,80); }

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

background-color css

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

 a { background-color: rgb(117,66,80); }

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

border-color css

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

 span { border-color: rgb(117,66,80); }

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