Html Css Color HEX #774C67 Cosmic

📋 copy color: '#774C67'

red 119 ◦ green 76 ◦ blue 103

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

Shades of Cosmic #774C67

Tints of Cosmic #774C67

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

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

R = 39.93%
G = 25.5%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#774C67 (or 0x774C67) is known color: Cosmic. HEX triplet: 77, 4C and 67. RGB value is (119,76,103). Sum of RGB (Red+Green+Blue) = 119+76+103=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #774C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C67 is #88B398. Grayscale: #5B5B5B. Windows color (decimal): -8958873 or 6769783. OLE color: 6769783.

HSL color Cylindrical-coordinate representation of color #774C67: hue angle of 322.33º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #774C67 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 103 -
CMYK 0 0.36 0.13 0.53
HSL 322.33º 0.22% 0.38% -
HSV(B) 322.33º 0.36% 0.47% -
XYZ 12.64 10.07 14.11 -
YUV 91.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 119 76 103 0 0.36 0.13 0.53 322.33 0.22 0.38
Hex 77 4C 67 0 24 D 35 142 16 26
Octal 167 114 147 0 44 15 65 502 26 46
Binary 1110111 1001100 1100111 0 100100 1101 110101 101000010 10110 100110

Color Harmonies of #774C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C67

Black with #774C67

Text Example


Text Example

White with #774C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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