Html Css Color HEX #775067 Cosmic

📋 copy color: '#775067'

red 119 ◦ green 80 ◦ blue 103

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

Shades of Cosmic #775067

Tints of Cosmic #775067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 39.4%
G = 26.49%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#775067 (or 0x775067) is known color: Cosmic. HEX triplet: 77, 50 and 67. RGB value is (119,80,103). Sum of RGB (Red+Green+Blue) = 119+80+103=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #775067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775067 is #88AF98. Grayscale: #5E5E5E. Windows color (decimal): -8957849 or 6770807. OLE color: 6770807.

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

Color convert

RGB 119 80 103 -
CMYK 0 0.33 0.13 0.53
HSL 324.62º 0.2% 0.39% -
HSV(B) 324.62º 0.33% 0.47% -
XYZ 12.92 10.64 14.2 -
YUV 94.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 119 80 103 0 0.33 0.13 0.53 324.62 0.2 0.39
Hex 77 50 67 0 21 D 35 145 14 27
Octal 167 120 147 0 41 15 65 505 24 47
Binary 1110111 1010000 1100111 0 100001 1101 110101 101000101 10100 100111

Color Harmonies of #775067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775067

Black with #775067

Text Example


Text Example

White with #775067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775067; }

 p { color: rgb(119,80,103); }

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

background-color css

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

 a { background-color: rgb(119,80,103); }

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

border-color css

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

 span { border-color: rgb(119,80,103); }

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