Html Css Color HEX #784250 Camelot

📋 copy color: '#784250'

red 120 ◦ green 66 ◦ blue 80

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

Shades of Camelot #784250

Tints of Camelot #784250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 45.11%
G = 24.81%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#784250 (or 0x784250) is known color: Camelot. HEX triplet: 78, 42 and 50. RGB value is (120,66,80). Sum of RGB (Red+Green+Blue) = 120+66+80=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #784250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784250 is #87BDAF. Grayscale: #535353. Windows color (decimal): -8895920 or 5259896. OLE color: 5259896.

HSL color Cylindrical-coordinate representation of color #784250: hue angle of 344.44º 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 #784250 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 66 80 -
CMYK 0 0.45 0.33 0.53
HSL 344.44º 0.29% 0.36% -
HSV(B) 344.44º 0.45% 0.47% -
XYZ 11.14 8.47 8.64 -
YUV 83.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 120 66 80 0 0.45 0.33 0.53 344.44 0.29 0.36
Hex 78 42 50 0 2D 21 35 158 1D 24
Octal 170 102 120 0 55 41 65 530 35 44
Binary 1111000 1000010 1010000 0 101101 100001 110101 101011000 11101 100100

Color Harmonies of #784250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784250

Black with #784250

Text Example


Text Example

White with #784250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784250; }

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

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

background-color css

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

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

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

border-color css

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

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

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