Html Css Color HEX #784253 Camelot

📋 copy color: '#784253'

red 120 ◦ green 66 ◦ blue 83

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

Shades of Camelot #784253

Tints of Camelot #784253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 44.61%
G = 24.54%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#784253 (or 0x784253) is known color: Camelot. HEX triplet: 78, 42 and 53. RGB value is (120,66,83). Sum of RGB (Red+Green+Blue) = 120+66+83=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #784253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784253 is #87BDAC. Grayscale: #545454. Windows color (decimal): -8895917 or 5456504. OLE color: 5456504.

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

Color convert

RGB 120 66 83 -
CMYK 0 0.45 0.31 0.53
HSL 341.11º 0.29% 0.36% -
HSV(B) 341.11º 0.45% 0.47% -
XYZ 11.26 8.51 9.23 -
YUV 84.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 120 66 83 0 0.45 0.31 0.53 341.11 0.29 0.36
Hex 78 42 53 0 2D 1F 35 155 1D 24
Octal 170 102 123 0 55 37 65 525 35 44
Binary 1111000 1000010 1010011 0 101101 11111 110101 101010101 11101 100100

Color Harmonies of #784253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784253

Black with #784253

Text Example


Text Example

White with #784253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784253; }

 p { color: rgb(120,66,83); }

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

background-color css

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

 a { background-color: rgb(120,66,83); }

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

border-color css

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

 span { border-color: rgb(120,66,83); }

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