Html Css Color HEX #765B67 Cosmic

📋 copy color: '#765B67'

red 118 ◦ green 91 ◦ blue 103

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

Shades of Cosmic #765B67

Tints of Cosmic #765B67

RGB

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

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

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

R = 37.82%
G = 29.17%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#765B67 (or 0x765B67) is known color: Cosmic. HEX triplet: 76, 5B and 67. RGB value is (118,91,103). Sum of RGB (Red+Green+Blue) = 118+91+103=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #765B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B67 is #89A498. Grayscale: #646464. Windows color (decimal): -9020569 or 6773622. OLE color: 6773622.

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

Color convert

RGB 118 91 103 -
CMYK 0 0.23 0.13 0.54
HSL 333.33º 0.13% 0.41% -
HSV(B) 333.33º 0.23% 0.46% -
XYZ 13.66 12.31 14.49 -
YUV 100.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 118 91 103 0 0.23 0.13 0.54 333.33 0.13 0.41
Hex 76 5B 67 0 17 D 36 14D D 29
Octal 166 133 147 0 27 15 66 515 15 51
Binary 1110110 1011011 1100111 0 10111 1101 110110 101001101 1101 101001

Color Harmonies of #765B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B67

Black with #765B67

Text Example


Text Example

White with #765B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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