Html Css Color HEX #7B703A Crete

📋 copy color: '#7B703A'

red 123 ◦ green 112 ◦ blue 58

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

Shades of Crete #7B703A

Tints of Crete #7B703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 41.98%
G = 38.23%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7B703A (or 0x7B703A) is known color: Crete. HEX triplet: 7B, 70 and 3A. RGB value is (123,112,58). Sum of RGB (Red+Green+Blue) = 123+112+58=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 123 - color contains mainly: red. Hex color #7B703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B703A is #848FC5. Grayscale: #6D6D6D. Windows color (decimal): -8687558 or 3829883. OLE color: 3829883.

HSL color Cylindrical-coordinate representation of color #7B703A: hue angle of 49.85º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B703A is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 112 58 -
CMYK 0 0.09 0.53 0.52
HSL 49.85º 0.36% 0.35% -
HSV(B) 49.85º 0.53% 0.48% -
XYZ 14.73 16.1 6.34 -
YUV 109.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 123 112 58 0 0.09 0.53 0.52 49.85 0.36 0.35
Hex 7B 70 3A 0 9 35 34 32 24 23
Octal 173 160 72 0 11 65 64 62 44 43
Binary 1111011 1110000 111010 0 1001 110101 110100 110010 100100 100011

Color Harmonies of #7B703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B703A

Black with #7B703A

Text Example


Text Example

White with #7B703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,58); }

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

background-color css

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

 a { background-color: rgb(123,112,58); }

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

border-color css

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

 span { border-color: rgb(123,112,58); }

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