Html Css Color HEX #774152 Camelot

📋 copy color: '#774152'

red 119 ◦ green 65 ◦ blue 82

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

Shades of Camelot #774152

Tints of Camelot #774152

RGB

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

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

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

R = 44.74%
G = 24.44%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#774152 (or 0x774152) is known color: Camelot. HEX triplet: 77, 41 and 52. RGB value is (119,65,82). Sum of RGB (Red+Green+Blue) = 119+65+82=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #774152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774152 is #88BEAD. Grayscale: #535353. Windows color (decimal): -8961710 or 5390711. OLE color: 5390711.

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

Color convert

RGB 119 65 82 -
CMYK 0 0.45 0.31 0.53
HSL 341.11º 0.29% 0.36% -
HSV(B) 341.11º 0.45% 0.47% -
XYZ 11.02 8.31 9.01 -
YUV 83.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 119 65 82 0 0.45 0.31 0.53 341.11 0.29 0.36
Hex 77 41 52 0 2D 1F 35 155 1D 24
Octal 167 101 122 0 55 37 65 525 35 44
Binary 1110111 1000001 1010010 0 101101 11111 110101 101010101 11101 100100

Color Harmonies of #774152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774152

Black with #774152

Text Example


Text Example

White with #774152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774152; }

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

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

background-color css

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

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

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

border-color css

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

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

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