Html Css Color HEX #774452 Camelot

📋 copy color: '#774452'

red 119 ◦ green 68 ◦ blue 82

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

Shades of Camelot #774452

Tints of Camelot #774452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 44.24%
G = 25.28%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#774452 (or 0x774452) is known color: Camelot. HEX triplet: 77, 44 and 52. RGB value is (119,68,82). Sum of RGB (Red+Green+Blue) = 119+68+82=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #774452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774452 is #88BBAD. Grayscale: #545454. Windows color (decimal): -8960942 or 5391479. OLE color: 5391479.

HSL color Cylindrical-coordinate representation of color #774452: hue angle of 343.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #774452 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 68 82 -
CMYK 0 0.43 0.31 0.53
HSL 343.53º 0.27% 0.37% -
HSV(B) 343.53º 0.43% 0.47% -
XYZ 11.2 8.67 9.07 -
YUV 84.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 119 68 82 0 0.43 0.31 0.53 343.53 0.27 0.37
Hex 77 44 52 0 2B 1F 35 158 1B 25
Octal 167 104 122 0 53 37 65 530 33 45
Binary 1110111 1000100 1010010 0 101011 11111 110101 101011000 11011 100101

Color Harmonies of #774452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774452

Black with #774452

Text Example


Text Example

White with #774452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774452; }

 p { color: rgb(119,68,82); }

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

background-color css

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

 a { background-color: rgb(119,68,82); }

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

border-color css

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

 span { border-color: rgb(119,68,82); }

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