Html Css Color HEX #773443 Camelot

📋 copy color: '#773443'

red 119 ◦ green 52 ◦ blue 67

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

Shades of Camelot #773443

Tints of Camelot #773443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

 BLUE value IS 67 (26.56% from 255) = 28.15%

R = 50%
G = 21.85%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#773443 (or 0x773443) is known color: Camelot. HEX triplet: 77, 34 and 43. RGB value is (119,52,67). Sum of RGB (Red+Green+Blue) = 119+52+67=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #773443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773443 is #88CBBC. Grayscale: #494949. Windows color (decimal): -8965053 or 4404343. OLE color: 4404343.

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

Color convert

RGB 119 52 67 -
CMYK 0 0.56 0.44 0.53
HSL 346.57º 0.39% 0.34% -
HSV(B) 346.57º 0.56% 0.47% -
XYZ 9.85 6.78 6.1 -
YUV 73.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 119 52 67 0 0.56 0.44 0.53 346.57 0.39 0.34
Hex 77 34 43 0 38 2C 35 15B 27 22
Octal 167 64 103 0 70 54 65 533 47 42
Binary 1110111 110100 1000011 0 111000 101100 110101 101011011 100111 100010

Color Harmonies of #773443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773443

Black with #773443

Text Example


Text Example

White with #773443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773443; }

 p { color: rgb(119,52,67); }

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

background-color css

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

 a { background-color: rgb(119,52,67); }

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

border-color css

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

 span { border-color: rgb(119,52,67); }

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