Html Css Color HEX #75837D Granny Smith

📋 copy color: '#75837D'

red 117 ◦ green 131 ◦ blue 125

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

Shades of Granny Smith #75837D

Tints of Granny Smith #75837D

RGB

 RED value IS 117 (46.09% from 255) = 31.37%

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 31.37%
G = 35.12%
B = 33.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#75837D (or 0x75837D) is known color: Granny Smith. HEX triplet: 75, 83 and 7D. RGB value is (117,131,125). Sum of RGB (Red+Green+Blue) = 117+131+125=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 131 - color contains mainly: green. Hex color #75837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75837D is #8A7C82. Grayscale: #7E7E7E. Windows color (decimal): -9075843 or 8225653. OLE color: 8225653.

HSL color Cylindrical-coordinate representation of color #75837D: hue angle of 154.29º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #75837D is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 125 -
CMYK 0.11 0 0.05 0.49
HSL 154.29º 0.06% 0.49% -
HSV(B) 154.29º 0.11% 0.51% -
XYZ 19.15 21.5 22.54 -
YUV 126.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 117 131 125 0.11 0 0.05 0.49 154.29 0.06 0.49
Hex 75 83 7D B 0 5 31 9A 6 31
Octal 165 203 175 13 0 5 61 232 6 61
Binary 1110101 10000011 1111101 1011 0 101 110001 10011010 110 110001

Color Harmonies of #75837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75837D

Black with #75837D

Text Example


Text Example

White with #75837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75837D; }

 p { color: rgb(117,131,125); }

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

background-color css

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

 a { background-color: rgb(117,131,125); }

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

border-color css

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

 span { border-color: rgb(117,131,125); }

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