Html Css Color HEX #744852 Camelot

📋 copy color: '#744852'

red 116 ◦ green 72 ◦ blue 82

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

Shades of Camelot #744852

Tints of Camelot #744852

RGB

 RED value IS 116 (45.7% from 255) = 42.96%

 GREEN value IS 72 (28.52% from 255) = 26.67%

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

R = 42.96%
G = 26.67%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#744852 (or 0x744852) is known color: Camelot. HEX triplet: 74, 48 and 52. RGB value is (116,72,82). Sum of RGB (Red+Green+Blue) = 116+72+82=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #744852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744852 is #8BB7AD. Grayscale: #565656. Windows color (decimal): -9156526 or 5392500. OLE color: 5392500.

HSL color Cylindrical-coordinate representation of color #744852: hue angle of 346.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #744852 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 72 82 -
CMYK 0 0.38 0.29 0.55
HSL 346.36º 0.23% 0.37% -
HSV(B) 346.36º 0.38% 0.45% -
XYZ 11.04 8.96 9.13 -
YUV 86.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 116 72 82 0 0.38 0.29 0.55 346.36 0.23 0.37
Hex 74 48 52 0 26 1D 37 15A 17 25
Octal 164 110 122 0 46 35 67 532 27 45
Binary 1110100 1001000 1010010 0 100110 11101 110111 101011010 10111 100101

Color Harmonies of #744852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744852

Black with #744852

Text Example


Text Example

White with #744852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744852; }

 p { color: rgb(116,72,82); }

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

background-color css

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

 a { background-color: rgb(116,72,82); }

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

border-color css

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

 span { border-color: rgb(116,72,82); }

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