Html Css Color HEX #784052 Camelot

📋 copy color: '#784052'

red 120 ◦ green 64 ◦ blue 82

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

Shades of Camelot #784052

Tints of Camelot #784052

RGB

 RED value IS 120 (47.27% from 255) = 45.11%

 GREEN value IS 64 (25.39% from 255) = 24.06%

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

R = 45.11%
G = 24.06%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#784052 (or 0x784052) is known color: Camelot. HEX triplet: 78, 40 and 52. RGB value is (120,64,82). Sum of RGB (Red+Green+Blue) = 120+64+82=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #784052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784052 is #87BFAD. Grayscale: #525252. Windows color (decimal): -8896430 or 5390456. OLE color: 5390456.

HSL color Cylindrical-coordinate representation of color #784052: hue angle of 340.71º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784052 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 64 82 -
CMYK 0 0.47 0.32 0.53
HSL 340.71º 0.3% 0.36% -
HSV(B) 340.71º 0.47% 0.47% -
XYZ 11.1 8.27 8.99 -
YUV 82.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 120 64 82 0 0.47 0.32 0.53 340.71 0.3 0.36
Hex 78 40 52 0 2F 20 35 155 1E 24
Octal 170 100 122 0 57 40 65 525 36 44
Binary 1111000 1000000 1010010 0 101111 100000 110101 101010101 11110 100100

Color Harmonies of #784052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784052

Black with #784052

Text Example


Text Example

White with #784052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784052; }

 p { color: rgb(120,64,82); }

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

background-color css

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

 a { background-color: rgb(120,64,82); }

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

border-color css

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

 span { border-color: rgb(120,64,82); }

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