Html Css Color HEX #77708B Topaz

📋 copy color: '#77708B'

red 119 ◦ green 112 ◦ blue 139

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

Shades of Topaz #77708B

Tints of Topaz #77708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.27%

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 32.16%
G = 30.27%
B = 37.57%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77708B (or 0x77708B) is known color: Topaz. HEX triplet: 77, 70 and 8B. RGB value is (119,112,139). Sum of RGB (Red+Green+Blue) = 119+112+139=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #77708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77708B is #888F74. Grayscale: #757575. Windows color (decimal): -8949621 or 9138295. OLE color: 9138295.

HSL color Cylindrical-coordinate representation of color #77708B: hue angle of 255.56º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77708B is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 112 139 -
CMYK 0.14 0.19 0 0.45
HSL 255.56º 0.11% 0.49% -
HSV(B) 255.56º 0.19% 0.55% -
XYZ 18.06 17.37 26.83 -
YUV 117.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 119 112 139 0.14 0.19 0 0.45 255.56 0.11 0.49
Hex 77 70 8B E 13 0 2D 100 B 31
Octal 167 160 213 16 23 0 55 400 13 61
Binary 1110111 1110000 10001011 1110 10011 0 101101 100000000 1011 110001

Color Harmonies of #77708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77708B

Black with #77708B

Text Example


Text Example

White with #77708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77708B; }

 p { color: rgb(119,112,139); }

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

background-color css

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

 a { background-color: rgb(119,112,139); }

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

border-color css

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

 span { border-color: rgb(119,112,139); }

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