Html Css Color HEX #774165 Cosmic

📋 copy color: '#774165'

red 119 ◦ green 65 ◦ blue 101

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

Shades of Cosmic #774165

Tints of Cosmic #774165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.44%

R = 41.75%
G = 22.81%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#774165 (or 0x774165) is known color: Cosmic. HEX triplet: 77, 41 and 65. RGB value is (119,65,101). Sum of RGB (Red+Green+Blue) = 119+65+101=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #774165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774165 is #88BE9A. Grayscale: #555555. Windows color (decimal): -8961691 or 6635895. OLE color: 6635895.

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

Color convert

RGB 119 65 101 -
CMYK 0 0.45 0.15 0.53
HSL 320º 0.29% 0.36% -
HSV(B) 320º 0.45% 0.47% -
XYZ 11.85 8.64 13.36 -
YUV 85.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 119 65 101 0 0.45 0.15 0.53 320 0.29 0.36
Hex 77 41 65 0 2D F 35 140 1D 24
Octal 167 101 145 0 55 17 65 500 35 44
Binary 1110111 1000001 1100101 0 101101 1111 110101 101000000 11101 100100

Color Harmonies of #774165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774165

Black with #774165

Text Example


Text Example

White with #774165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774165; }

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

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

background-color css

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

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

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

border-color css

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

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

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