Html Css Color HEX #784254 Camelot

📋 copy color: '#784254'

red 120 ◦ green 66 ◦ blue 84

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

Shades of Camelot #784254

Tints of Camelot #784254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.11%

R = 44.44%
G = 24.44%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#784254 (or 0x784254) is known color: Camelot. HEX triplet: 78, 42 and 54. RGB value is (120,66,84). Sum of RGB (Red+Green+Blue) = 120+66+84=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #784254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784254 is #87BDAB. Grayscale: #545454. Windows color (decimal): -8895916 or 5522040. OLE color: 5522040.

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

Color convert

RGB 120 66 84 -
CMYK 0 0.45 0.3 0.53
HSL 340º 0.29% 0.36% -
HSV(B) 340º 0.45% 0.47% -
XYZ 11.29 8.53 9.44 -
YUV 84.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 120 66 84 0 0.45 0.3 0.53 340 0.29 0.36
Hex 78 42 54 0 2D 1E 35 154 1D 24
Octal 170 102 124 0 55 36 65 524 35 44
Binary 1111000 1000010 1010100 0 101101 11110 110101 101010100 11101 100100

Color Harmonies of #784254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784254

Black with #784254

Text Example


Text Example

White with #784254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784254; }

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

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

background-color css

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

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

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

border-color css

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

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

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