Html Css Color HEX #754652 Camelot

📋 copy color: '#754652'

red 117 ◦ green 70 ◦ blue 82

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

Shades of Camelot #754652

Tints of Camelot #754652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 43.49%
G = 26.02%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#754652 (or 0x754652) is known color: Camelot. HEX triplet: 75, 46 and 52. RGB value is (117,70,82). Sum of RGB (Red+Green+Blue) = 117+70+82=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #754652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754652 is #8AB9AD. Grayscale: #555555. Windows color (decimal): -9091502 or 5391989. OLE color: 5391989.

HSL color Cylindrical-coordinate representation of color #754652: hue angle of 344.68º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754652 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 82 -
CMYK 0 0.40 0.30 0.54
HSL 344.68º 0.25% 0.37% -
HSV(B) 344.68º 0.4% 0.46% -
XYZ 11.05 8.77 9.09 -
YUV 85.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 117 70 82 0 0.40 0.30 0.54 344.68 0.25 0.37
Hex 75 46 52 0 28 1E 36 159 19 25
Octal 165 106 122 0 50 36 66 531 31 45
Binary 1110101 1000110 1010010 0 101000 11110 110110 101011001 11001 100101

Color Harmonies of #754652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754652

Black with #754652

Text Example


Text Example

White with #754652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754652; }

 p { color: rgb(117,70,82); }

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

background-color css

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

 a { background-color: rgb(117,70,82); }

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

border-color css

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

 span { border-color: rgb(117,70,82); }

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