Html Css Color HEX #773746 Camelot

📋 copy color: '#773746'

red 119 ◦ green 55 ◦ blue 70

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

Shades of Camelot #773746

Tints of Camelot #773746

RGB

 RED value IS 119 (46.88% from 255) = 48.77%

 GREEN value IS 55 (21.88% from 255) = 22.54%

 BLUE value IS 70 (27.73% from 255) = 28.69%

R = 48.77%
G = 22.54%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#773746 (or 0x773746) is known color: Camelot. HEX triplet: 77, 37 and 46. RGB value is (119,55,70). Sum of RGB (Red+Green+Blue) = 119+55+70=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #773746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773746 is #88C8B9. Grayscale: #4B4B4B. Windows color (decimal): -8964282 or 4601719. OLE color: 4601719.

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

Color convert

RGB 119 55 70 -
CMYK 0 0.54 0.41 0.53
HSL 345.94º 0.37% 0.34% -
HSV(B) 345.94º 0.54% 0.47% -
XYZ 10.08 7.1 6.63 -
YUV 75.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 119 55 70 0 0.54 0.41 0.53 345.94 0.37 0.34
Hex 77 37 46 0 36 29 35 15A 25 22
Octal 167 67 106 0 66 51 65 532 45 42
Binary 1110111 110111 1000110 0 110110 101001 110101 101011010 100101 100010

Color Harmonies of #773746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773746

Black with #773746

Text Example


Text Example

White with #773746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773746; }

 p { color: rgb(119,55,70); }

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

background-color css

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

 a { background-color: rgb(119,55,70); }

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

border-color css

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

 span { border-color: rgb(119,55,70); }

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