Html Css Color HEX #7B938D Granny Smith

📋 copy color: '#7B938D'

red 123 ◦ green 147 ◦ blue 141

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

Shades of Granny Smith #7B938D

Tints of Granny Smith #7B938D

RGB

 RED value IS 123 (48.44% from 255) = 29.93%

 GREEN value IS 147 (57.81% from 255) = 35.77%

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 29.93%
G = 35.77%
B = 34.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#7B938D (or 0x7B938D) is known color: Granny Smith. HEX triplet: 7B, 93 and 8D. RGB value is (123,147,141). Sum of RGB (Red+Green+Blue) = 123+147+141=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #7B938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B938D is #846C72. Grayscale: #8B8B8B. Windows color (decimal): -8678515 or 9278331. OLE color: 9278331.

HSL color Cylindrical-coordinate representation of color #7B938D: hue angle of 165º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B938D is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 147 141 -
CMYK 0.16 0 0.04 0.42
HSL 165º 0.1% 0.53% -
HSV(B) 165º 0.16% 0.58% -
XYZ 23.41 27 29.18 -
YUV 139.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 123 147 141 0.16 0 0.04 0.42 165 0.1 0.53
Hex 7B 93 8D 10 0 4 2A A5 A 35
Octal 173 223 215 20 0 4 52 245 12 65
Binary 1111011 10010011 10001101 10000 0 100 101010 10100101 1010 110101

Color Harmonies of #7B938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B938D

Black with #7B938D

Text Example


Text Example

White with #7B938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B938D; }

 p { color: rgb(123,147,141); }

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

background-color css

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

 a { background-color: rgb(123,147,141); }

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

border-color css

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

 span { border-color: rgb(123,147,141); }

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