Html Css Color HEX #075350 Sherpa Blue

📋 copy color: '#075350'

red 7 ◦ green 83 ◦ blue 80

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

Shades of Sherpa Blue #075350

Tints of Sherpa Blue #075350

RGB

 RED value IS 7 (3.13% from 255) = 4.12%

 GREEN value IS 83 (32.81% from 255) = 48.82%

 BLUE value IS 80 (31.64% from 255) = 47.06%

R = 4.12%
G = 48.82%
B = 47.06%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#075350 (or 0x075350) is known color: Sherpa Blue. HEX triplet: 07, 53 and 50. RGB value is (7,83,80). Sum of RGB (Red+Green+Blue) = 7+83+80=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #075350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075350 is #F8ACAF. Grayscale: #3B3B3B. Windows color (decimal): -16297136 or 5264135. OLE color: 5264135.

HSL color Cylindrical-coordinate representation of color #075350: hue angle of 177.63º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075350 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 80 -
CMYK 0.92 0 0.04 0.67
HSL 177.63º 0.84% 0.18% -
HSV(B) 177.63º 0.92% 0.33% -
XYZ 4.63 6.81 8.66 -
YUV 59.93 139.32 90.24 -
System Red Green Blue C M Y K H S L
Decimal 7 83 80 0.92 0 0.04 0.67 177.63 0.84 0.18
Hex 7 53 50 5C 0 4 43 B2 54 12
Octal 7 123 120 134 0 4 103 262 124 22
Binary 111 1010011 1010000 1011100 0 100 1000011 10110010 1010100 10010

Color Harmonies of #075350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075350

Black with #075350

Text Example


Text Example

White with #075350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075350; }

 p { color: rgb(7,83,80); }

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

background-color css

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

 a { background-color: rgb(7,83,80); }

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

border-color css

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

 span { border-color: rgb(7,83,80); }

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