Html Css Color HEX #757E74 Boulder

📋 copy color: '#757E74'

red 117 ◦ green 126 ◦ blue 116

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

Shades of Boulder #757E74

Tints of Boulder #757E74

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.1%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 32.59%
G = 35.1%
B = 32.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#757E74 (or 0x757E74) is known color: Boulder. HEX triplet: 75, 7E and 74. RGB value is (117,126,116). Sum of RGB (Red+Green+Blue) = 117+126+116=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 126 - color contains mainly: green. Hex color #757E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E74 is #8A818B. Grayscale: #7A7A7A. Windows color (decimal): -9077132 or 7634549. OLE color: 7634549.

HSL color Cylindrical-coordinate representation of color #757E74: hue angle of 114º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #757E74 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 126 116 -
CMYK 0.07 0 0.08 0.51
HSL 114º 0.04% 0.47% -
HSV(B) 114º 0.08% 0.49% -
XYZ 17.95 19.96 19.43 -
YUV 122.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 117 126 116 0.07 0 0.08 0.51 114 0.04 0.47
Hex 75 7E 74 7 0 8 33 72 4 2F
Octal 165 176 164 7 0 10 63 162 4 57
Binary 1110101 1111110 1110100 111 0 1000 110011 1110010 100 101111

Color Harmonies of #757E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757E74

Black with #757E74

Text Example


Text Example

White with #757E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757E74; }

 p { color: rgb(117,126,116); }

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

background-color css

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

 a { background-color: rgb(117,126,116); }

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

border-color css

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

 span { border-color: rgb(117,126,116); }

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