Html Css Color HEX #774253 Camelot

📋 copy color: '#774253'

red 119 ◦ green 66 ◦ blue 83

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

Shades of Camelot #774253

Tints of Camelot #774253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

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

R = 44.4%
G = 24.63%
B = 30.97%

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

#774253 (or 0x774253) is known color: Camelot. HEX triplet: 77, 42 and 53. RGB value is (119,66,83). Sum of RGB (Red+Green+Blue) = 119+66+83=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774253 is #88BDAC. Grayscale: #535353. Windows color (decimal): -8961453 or 5456503. OLE color: 5456503.

HSL color Cylindrical-coordinate representation of color #774253: hue angle of 340.75º 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 #774253 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 83 -
CMYK 0 0.45 0.30 0.53
HSL 340.75º 0.29% 0.36% -
HSV(B) 340.75º 0.45% 0.47% -
XYZ 11.12 8.44 9.23 -
YUV 83.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 119 66 83 0 0.45 0.30 0.53 340.75 0.29 0.36
Hex 77 42 53 0 2D 1E 35 155 1D 24
Octal 167 102 123 0 55 36 65 525 35 44
Binary 1110111 1000010 1010011 0 101101 11110 110101 101010101 11101 100100

Color Harmonies of #774253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774253

Black with #774253

Text Example


Text Example

White with #774253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774253; }

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

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

background-color css

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

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

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

border-color css

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

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

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