Html Css Color HEX #784654 Camelot

📋 copy color: '#784654'

red 120 ◦ green 70 ◦ blue 84

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

Shades of Camelot #784654

Tints of Camelot #784654

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

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

R = 43.8%
G = 25.55%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#784654 (or 0x784654) is known color: Camelot. HEX triplet: 78, 46 and 54. RGB value is (120,70,84). Sum of RGB (Red+Green+Blue) = 120+70+84=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #784654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784654 is #87B9AB. Grayscale: #565656. Windows color (decimal): -8894892 or 5523064. OLE color: 5523064.

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

Color convert

RGB 120 70 84 -
CMYK 0 0.42 0.3 0.53
HSL 343.2º 0.26% 0.37% -
HSV(B) 343.2º 0.42% 0.47% -
XYZ 11.54 9.01 9.52 -
YUV 86.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 120 70 84 0 0.42 0.3 0.53 343.2 0.26 0.37
Hex 78 46 54 0 2A 1E 35 157 1A 25
Octal 170 106 124 0 52 36 65 527 32 45
Binary 1111000 1000110 1010100 0 101010 11110 110101 101010111 11010 100101

Color Harmonies of #784654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784654

Black with #784654

Text Example


Text Example

White with #784654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784654; }

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

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

background-color css

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

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

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

border-color css

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

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

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