Html Css Color HEX #774353 Camelot

📋 copy color: '#774353'

red 119 ◦ green 67 ◦ blue 83

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

Shades of Camelot #774353

Tints of Camelot #774353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.91%

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 44.24%
G = 24.91%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#774353 (or 0x774353) is known color: Camelot. HEX triplet: 77, 43 and 53. RGB value is (119,67,83). Sum of RGB (Red+Green+Blue) = 119+67+83=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #774353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774353 is #88BCAC. Grayscale: #545454. Windows color (decimal): -8961197 or 5456759. OLE color: 5456759.

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

Color convert

RGB 119 67 83 -
CMYK 0 0.44 0.30 0.53
HSL 341.54º 0.28% 0.36% -
HSV(B) 341.54º 0.44% 0.47% -
XYZ 11.18 8.56 9.25 -
YUV 84.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 119 67 83 0 0.44 0.30 0.53 341.54 0.28 0.36
Hex 77 43 53 0 2C 1E 35 156 1C 24
Octal 167 103 123 0 54 36 65 526 34 44
Binary 1110111 1000011 1010011 0 101100 11110 110101 101010110 11100 100100

Color Harmonies of #774353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774353

Black with #774353

Text Example


Text Example

White with #774353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774353; }

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

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

background-color css

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

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

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

border-color css

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

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

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