Html Css Color HEX #773E4A Camelot

📋 copy color: '#773E4A'

red 119 ◦ green 62 ◦ blue 74

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

Shades of Camelot #773E4A

Tints of Camelot #773E4A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.31%

 BLUE value IS 74 (29.3% from 255) = 29.02%

R = 46.67%
G = 24.31%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#773E4A (or 0x773E4A) is known color: Camelot. HEX triplet: 77, 3E and 4A. RGB value is (119,62,74). Sum of RGB (Red+Green+Blue) = 119+62+74=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #773E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E4A is #88C1B5. Grayscale: #505050. Windows color (decimal): -8962486 or 4865655. OLE color: 4865655.

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

Color convert

RGB 119 62 74 -
CMYK 0 0.48 0.38 0.53
HSL 347.37º 0.31% 0.35% -
HSV(B) 347.37º 0.48% 0.47% -
XYZ 10.57 7.86 7.44 -
YUV 80.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 119 62 74 0 0.48 0.38 0.53 347.37 0.31 0.35
Hex 77 3E 4A 0 30 26 35 15B 1F 23
Octal 167 76 112 0 60 46 65 533 37 43
Binary 1110111 111110 1001010 0 110000 100110 110101 101011011 11111 100011

Color Harmonies of #773E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773E4A

Black with #773E4A

Text Example


Text Example

White with #773E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773E4A; }

 p { color: rgb(119,62,74); }

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

background-color css

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

 a { background-color: rgb(119,62,74); }

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

border-color css

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

 span { border-color: rgb(119,62,74); }

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