Html Css Color HEX #774652 Camelot

📋 copy color: '#774652'

red 119 ◦ green 70 ◦ blue 82

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

Shades of Camelot #774652

Tints of Camelot #774652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 43.91%
G = 25.83%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#774652 (or 0x774652) is known color: Camelot. HEX triplet: 77, 46 and 52. RGB value is (119,70,82). Sum of RGB (Red+Green+Blue) = 119+70+82=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774652 is #88B9AD. Grayscale: #565656. Windows color (decimal): -8960430 or 5391991. OLE color: 5391991.

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

Color convert

RGB 119 70 82 -
CMYK 0 0.41 0.31 0.53
HSL 345.31º 0.26% 0.37% -
HSV(B) 345.31º 0.41% 0.47% -
XYZ 11.32 8.91 9.11 -
YUV 86.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 119 70 82 0 0.41 0.31 0.53 345.31 0.26 0.37
Hex 77 46 52 0 29 1F 35 159 1A 25
Octal 167 106 122 0 51 37 65 531 32 45
Binary 1110111 1000110 1010010 0 101001 11111 110101 101011001 11010 100101

Color Harmonies of #774652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774652

Black with #774652

Text Example


Text Example

White with #774652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774652; }

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

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

background-color css

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

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

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

border-color css

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

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

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