Html Css Color HEX #784352 Camelot

📋 copy color: '#784352'

red 120 ◦ green 67 ◦ blue 82

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

Shades of Camelot #784352

Tints of Camelot #784352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.91%

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

R = 44.61%
G = 24.91%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#784352 (or 0x784352) is known color: Camelot. HEX triplet: 78, 43 and 52. RGB value is (120,67,82). Sum of RGB (Red+Green+Blue) = 120+67+82=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #784352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784352 is #87BCAD. Grayscale: #545454. Windows color (decimal): -8895662 or 5391224. OLE color: 5391224.

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

Color convert

RGB 120 67 82 -
CMYK 0 0.44 0.32 0.53
HSL 343.02º 0.28% 0.37% -
HSV(B) 343.02º 0.44% 0.47% -
XYZ 11.28 8.62 9.05 -
YUV 84.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 120 67 82 0 0.44 0.32 0.53 343.02 0.28 0.37
Hex 78 43 52 0 2C 20 35 157 1C 25
Octal 170 103 122 0 54 40 65 527 34 45
Binary 1111000 1000011 1010010 0 101100 100000 110101 101010111 11100 100101

Color Harmonies of #784352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784352

Black with #784352

Text Example


Text Example

White with #784352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784352; }

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

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

background-color css

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

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

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

border-color css

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

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

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