Html Css Color HEX #773D4B Camelot

📋 copy color: '#773D4B'

red 119 ◦ green 61 ◦ blue 75

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

Shades of Camelot #773D4B

Tints of Camelot #773D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 46.67%
G = 23.92%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#773D4B (or 0x773D4B) is known color: Camelot. HEX triplet: 77, 3D and 4B. RGB value is (119,61,75). Sum of RGB (Red+Green+Blue) = 119+61+75=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #773D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D4B is #88C2B4. Grayscale: #4F4F4F. Windows color (decimal): -8962741 or 4930935. OLE color: 4930935.

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

Color convert

RGB 119 61 75 -
CMYK 0 0.49 0.37 0.53
HSL 345.52º 0.32% 0.35% -
HSV(B) 345.52º 0.49% 0.47% -
XYZ 10.55 7.77 7.6 -
YUV 79.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 119 61 75 0 0.49 0.37 0.53 345.52 0.32 0.35
Hex 77 3D 4B 0 31 25 35 15A 20 23
Octal 167 75 113 0 61 45 65 532 40 43
Binary 1110111 111101 1001011 0 110001 100101 110101 101011010 100000 100011

Color Harmonies of #773D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D4B

Black with #773D4B

Text Example


Text Example

White with #773D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,61,75); }

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

background-color css

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

 a { background-color: rgb(119,61,75); }

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

border-color css

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

 span { border-color: rgb(119,61,75); }

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