Html Css Color HEX #775262 Cosmic

📋 copy color: '#775262'

red 119 ◦ green 82 ◦ blue 98

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

Shades of Cosmic #775262

Tints of Cosmic #775262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 39.8%
G = 27.42%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#775262 (or 0x775262) is known color: Cosmic. HEX triplet: 77, 52 and 62. RGB value is (119,82,98). Sum of RGB (Red+Green+Blue) = 119+82+98=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #775262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775262 is #88AD9D. Grayscale: #5E5E5E. Windows color (decimal): -8957342 or 6443639. OLE color: 6443639.

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

Color convert

RGB 119 82 98 -
CMYK 0 0.31 0.18 0.53
HSL 334.05º 0.18% 0.39% -
HSV(B) 334.05º 0.31% 0.47% -
XYZ 12.83 10.84 12.97 -
YUV 94.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 119 82 98 0 0.31 0.18 0.53 334.05 0.18 0.39
Hex 77 52 62 0 1F 12 35 14E 12 27
Octal 167 122 142 0 37 22 65 516 22 47
Binary 1110111 1010010 1100010 0 11111 10010 110101 101001110 10010 100111

Color Harmonies of #775262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775262

Black with #775262

Text Example


Text Example

White with #775262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775262; }

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

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

background-color css

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

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

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

border-color css

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

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

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