Html Css Color HEX #765067 Cosmic

📋 copy color: '#765067'

red 118 ◦ green 80 ◦ blue 103

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

Shades of Cosmic #765067

Tints of Cosmic #765067

RGB

 RED value IS 118 (46.48% from 255) = 39.2%

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

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

R = 39.2%
G = 26.58%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#765067 (or 0x765067) is known color: Cosmic. HEX triplet: 76, 50 and 67. RGB value is (118,80,103). Sum of RGB (Red+Green+Blue) = 118+80+103=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #765067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765067 is #89AF98. Grayscale: #5D5D5D. Windows color (decimal): -9023385 or 6770806. OLE color: 6770806.

HSL color Cylindrical-coordinate representation of color #765067: hue angle of 323.68º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #765067 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 103 -
CMYK 0 0.32 0.13 0.54
HSL 323.68º 0.19% 0.39% -
HSV(B) 323.68º 0.32% 0.46% -
XYZ 12.79 10.57 14.2 -
YUV 93.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 118 80 103 0 0.32 0.13 0.54 323.68 0.19 0.39
Hex 76 50 67 0 20 D 36 144 13 27
Octal 166 120 147 0 40 15 66 504 23 47
Binary 1110110 1010000 1100111 0 100000 1101 110110 101000100 10011 100111

Color Harmonies of #765067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765067

Black with #765067

Text Example


Text Example

White with #765067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765067; }

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

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

background-color css

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

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

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

border-color css

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

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

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