Html Css Color HEX #775B67 Cosmic

📋 copy color: '#775B67'

red 119 ◦ green 91 ◦ blue 103

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

Shades of Cosmic #775B67

Tints of Cosmic #775B67

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

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

R = 38.02%
G = 29.07%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#775B67 (or 0x775B67) is known color: Cosmic. HEX triplet: 77, 5B and 67. RGB value is (119,91,103). Sum of RGB (Red+Green+Blue) = 119+91+103=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B67 is #88A498. Grayscale: #646464. Windows color (decimal): -8955033 or 6773623. OLE color: 6773623.

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

Color convert

RGB 119 91 103 -
CMYK 0 0.24 0.13 0.53
HSL 334.29º 0.13% 0.41% -
HSV(B) 334.29º 0.24% 0.47% -
XYZ 13.8 12.38 14.5 -
YUV 100.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 119 91 103 0 0.24 0.13 0.53 334.29 0.13 0.41
Hex 77 5B 67 0 18 D 35 14E D 29
Octal 167 133 147 0 30 15 65 516 15 51
Binary 1110111 1011011 1100111 0 11000 1101 110101 101001110 1101 101001

Color Harmonies of #775B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775B67

Black with #775B67

Text Example


Text Example

White with #775B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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