Html Css Color HEX #774153 Camelot

📋 copy color: '#774153'

red 119 ◦ green 65 ◦ blue 83

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

Shades of Camelot #774153

Tints of Camelot #774153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

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

R = 44.57%
G = 24.34%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#774153 (or 0x774153) is known color: Camelot. HEX triplet: 77, 41 and 53. RGB value is (119,65,83). Sum of RGB (Red+Green+Blue) = 119+65+83=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #774153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774153 is #88BEAC. Grayscale: #535353. Windows color (decimal): -8961709 or 5456247. OLE color: 5456247.

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

Color convert

RGB 119 65 83 -
CMYK 0 0.45 0.30 0.53
HSL 340º 0.29% 0.36% -
HSV(B) 340º 0.45% 0.47% -
XYZ 11.06 8.33 9.21 -
YUV 83.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 119 65 83 0 0.45 0.30 0.53 340 0.29 0.36
Hex 77 41 53 0 2D 1E 35 154 1D 24
Octal 167 101 123 0 55 36 65 524 35 44
Binary 1110111 1000001 1010011 0 101101 11110 110101 101010100 11101 100100

Color Harmonies of #774153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774153

Black with #774153

Text Example


Text Example

White with #774153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774153; }

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

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

background-color css

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

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

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

border-color css

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

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

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