Html Css Color HEX #783F4F Camelot

📋 copy color: '#783F4F'

red 120 ◦ green 63 ◦ blue 79

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

Shades of Camelot #783F4F

Tints of Camelot #783F4F

RGB

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

 GREEN value IS 63 (25% from 255) = 24.05%

 BLUE value IS 79 (31.25% from 255) = 30.15%

R = 45.8%
G = 24.05%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#783F4F (or 0x783F4F) is known color: Camelot. HEX triplet: 78, 3F and 4F. RGB value is (120,63,79). Sum of RGB (Red+Green+Blue) = 120+63+79=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #783F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F4F is #87C0B0. Grayscale: #515151. Windows color (decimal): -8896689 or 5193592. OLE color: 5193592.

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

Color convert

RGB 120 63 79 -
CMYK 0 0.48 0.34 0.53
HSL 343.16º 0.31% 0.36% -
HSV(B) 343.16º 0.48% 0.47% -
XYZ 10.93 8.11 8.39 -
YUV 81.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 120 63 79 0 0.48 0.34 0.53 343.16 0.31 0.36
Hex 78 3F 4F 0 30 22 35 157 1F 24
Octal 170 77 117 0 60 42 65 527 37 44
Binary 1111000 111111 1001111 0 110000 100010 110101 101010111 11111 100100

Color Harmonies of #783F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783F4F

Black with #783F4F

Text Example


Text Example

White with #783F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783F4F; }

 p { color: rgb(120,63,79); }

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

background-color css

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

 a { background-color: rgb(120,63,79); }

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

border-color css

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

 span { border-color: rgb(120,63,79); }

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