Html Css Color HEX #784251 Camelot

📋 copy color: '#784251'

red 120 ◦ green 66 ◦ blue 81

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

Shades of Camelot #784251

Tints of Camelot #784251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.34%

R = 44.94%
G = 24.72%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#784251 (or 0x784251) is known color: Camelot. HEX triplet: 78, 42 and 51. RGB value is (120,66,81). Sum of RGB (Red+Green+Blue) = 120+66+81=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #784251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784251 is #87BDAE. Grayscale: #535353. Windows color (decimal): -8895919 or 5325432. OLE color: 5325432.

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

Color convert

RGB 120 66 81 -
CMYK 0 0.45 0.32 0.53
HSL 343.33º 0.29% 0.36% -
HSV(B) 343.33º 0.45% 0.47% -
XYZ 11.18 8.48 8.83 -
YUV 83.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 120 66 81 0 0.45 0.32 0.53 343.33 0.29 0.36
Hex 78 42 51 0 2D 20 35 157 1D 24
Octal 170 102 121 0 55 40 65 527 35 44
Binary 1111000 1000010 1010001 0 101101 100000 110101 101010111 11101 100100

Color Harmonies of #784251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784251

Black with #784251

Text Example


Text Example

White with #784251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784251; }

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

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

background-color css

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

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

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

border-color css

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

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

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